mariadb/client
unknown e702b70d67 Implement mysqltest --enable_prepare_warnings to properly fix some test failures.
The --enable_prepare_warnings allows to not discard warnings from autorepair
of crashed table in --ps-protocol mode.

Use this to properly fix the parts.partition_recover_myisam and
maria.maria-recover tests.

Add a test case for the new feature. This also adds missing test coverage
for the case where the same warning is thrown in both prepare and execute
phase.


client/mysqltest.cc:
  Implement new commands --enable-prepare_warnings and --disable_prepare_warnings.
mysql-test/r/mysqltest_ps.result:
  Add test case for new --enable_prepare_warning mysqltest command.
mysql-test/suite/maria/t/maria-recover.test:
  Better fix of test case using new --enable_prepare_warnings command.
mysql-test/suite/parts/t/partition_recover_myisam.test:
  Fix test failure in --ps-protocol mode.
mysql-test/t/mysqltest_ps.test:
  Add test case for new --enable_prepare_warning mysqltest command.
2009-10-09 10:09:24 +02:00
..
.cvsignore
client_priv.h Fixes for bug#37276: 2008-07-09 16:09:30 +03:00
CMakeLists.txt Bug #38181 Please print more debug info when tests fail 2008-08-04 21:54:44 +02:00
completion_hash.cc
completion_hash.h
echo.c
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Auto-merge 2009-07-31 15:28:15 -04:00
my_readline.h Manual merge. 2009-03-18 11:27:49 +03:00
mysql.cc Fixed typo 2009-10-02 14:56:11 +03:00
mysql_upgrade.c Bug #45287: phase 2 : 5.0 64 bit compilation warnings 2009-07-16 15:37:38 +03:00
mysqladmin.cc Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
mysqlbinlog.cc Fix most Compiler warnings seen in buildbot. 2009-09-03 15:20:22 +02:00
mysqlcheck.c Merge in bug fixes for client tools 2009-07-14 10:08:38 -07:00
mysqldump.c Additional post-commit fix (bug #30946): server version 2009-08-04 00:22:28 +05:00
mysqlimport.c Merge in bug fixes for client tools 2009-07-14 10:08:38 -07:00
mysqlshow.c Fix compilation failures: get rid of C++ specifics in C-code. 2009-06-03 15:18:12 +04:00
mysqlslap.c Merge MySQL-5.1.38 and XtraDB-7 into MariaDB. 2009-09-25 10:56:53 +02:00
mysqltest.cc Implement mysqltest --enable_prepare_warnings to properly fix some test failures. 2009-10-09 10:09:24 +02:00
readline.cc Manual merge. 2009-03-18 11:27:49 +03:00
sql_string.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_string.h