mariadb/client
Alexey Botchkov 8a6a95a111 MDEV-5138 Numerous test failures in "mtr --ps --embedded".
mysqltest in the 'embedded-server' mode runs queries in a separate thread,
    but it didn't do so for the prepared statements - they were run in the main thread.
    That leads to inconsistencies.
    When a test sets SESSION 'dbug' variable like
            SET SESSION debug_dbug="+d,warn_during_ha_commit_trans";
    it is run as a plain query in that separate thread, so the main thread remains unaffected.
    After that the prepared statement run in the main thread doesn't produce expected 'dbug' errors,
    so the test fails.
    To fix that I made prepared statement to be run in that special thread along with the plain queries.
    That makes the environment consistent.
2014-04-15 18:12:25 +05:00
..
async_example.c
client_priv.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
mysql_plugin.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
mysql_upgrade.c mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
mysqladmin.cc Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysqlbinlog.cc Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysqlcheck.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
mysqldump.c MDEV-5723: mysqldump -uroot unusable for multi-database operations, checks all databases 2014-03-04 16:15:58 +04:00
mysqlimport.c Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysqlshow.c Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysqlslap.c Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysqltest.cc MDEV-5138 Numerous test failures in "mtr --ps --embedded". 2014-04-15 18:12:25 +05:00
readline.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00