You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
578 B
16 lines
578 B
5 months ago
|
|
||
|
# Save the initial number of concurrent sessions
|
||
|
--source include/count_sessions.inc
|
||
|
|
||
|
connect (con1,localhost,root,,);
|
||
|
connection con1;
|
||
|
--error ER_PARSE_ERROR,ER_TOO_LONG_IDENT,ER_WRONG_NAME_FOR_INDEX
|
||
|
drop database AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;
|
||
|
connection default;
|
||
|
disconnect con1;
|
||
|
|
||
|
# End of 4.1 tests
|
||
|
|
||
|
# Wait till we reached the initial number of concurrent sessions
|
||
|
--source include/wait_until_count_sessions.inc
|