mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
53f40f95f8
mysql-test/r/ps_grant.result: Deallocate prepare statements Moved test for 'show full processlist' to not_embedded_server.test becasue it's shouldn't be here and it could fail on a slow computer where previous connections has not yet disconnected mysql-test/t/ps_grant.test: Deallocate prepare statements Moved test for 'show full processlist' to not_embedded_server.test becasue it's shouldn't be here and it could fail on a slow computer where previous connections has not yet disconnected sql/sql_lex.cc: Fixed typo mysql-test/r/not_embedded_server.result: New BitKeeper file ``mysql-test/r/not_embedded_server.result'' mysql-test/t/not_embedded_server.test: New BitKeeper file ``mysql-test/t/not_embedded_server.test'' BitKeeper/etc/ignore: added ndb/tools/ndb_config
5 lines
194 B
Text
5 lines
194 B
Text
prepare stmt1 from ' show full processlist ';
|
|
execute stmt1;
|
|
Id User Host db Command Time State Info
|
|
number root localhost test Execute time NULL show full processlist
|
|
deallocate prepare stmt1;
|