mariadb/client
Nirbhay Choubey b563350e7a Bug#11765157 - 58090: mysqlslap drops schema specified in
create_schema if auto-generate-sql also set.

mysqlslap uses a schema to run its tests on and later
drops it if auto-generate-sql is used. This can be a
problem, if the schema is an already existing one.

If create-schema is used with auto-generate-sql option,
mysqlslap while performing the cleanup, drops the specified
database.

Fixed by introducing an option --no-drop, which, if used,
will prevent the dropping of schema at the end of the test.
2011-04-08 12:22:44 +05:30
..
.cvsignore
client_priv.h Bug#11765157 - 58090: mysqlslap drops schema specified in 2011-04-08 12:22:44 +05:30
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c
Makefile.am
my_readline.h
mysql.cc
mysql_upgrade.c
mysqladmin.cc
mysqlbinlog.cc BUG#11766427, BUG#59539: Filter by server id in mysqlbinlog fails 2011-03-25 15:16:13 +01:00
mysqlcheck.c
mysqldump.c Bug#11766310 : 59398: MYSQLDUMP 5.1 CAN'T HANDLE A DASH 2011-02-21 12:37:24 +05:30
mysqlimport.c
mysqlshow.c
mysqlslap.c Bug#11765157 - 58090: mysqlslap drops schema specified in 2011-04-08 12:22:44 +05:30
mysqltest.cc Bug #11885854 MYSQLTEST: PS-PROTOCOL IMPLIED BY CURSOR-PROTOCOL LOST AFTER ENABLE_PS_PROTOCOL 2011-03-18 12:13:54 +01:00
readline.cc
sql_string.cc
sql_string.h