mariadb/client
Alexey Botchkov 26119c1337 Bug#54861 Additional connections not handled properly in mtr --embedded
When in embedded-serve mode, mysqltest tried to run '--send' commands in the separate thread.
        That upsets some engines (InnoDB particularly) as the transaction has to be executed in the same
        thread completely. So i implemented some different approach. So we create one separate thread for
        each connection and execute all the queries of this connection inside it. Looks even simpler than it was
        for me.

per-file comments:
  client/mysqltest.cc
Bug#54861      Additional connections not handled properly in mtr --embedded
        Now the connection has one running connection_thread() attached. And sends all the
        query and read-result requests to it.
2010-09-01 17:34:05 +05:00
..
client_priv.h WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
CMakeLists.txt Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
completion_hash.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
completion_hash.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am WL#5498: Remove dead and unused source code 2010-07-23 17:14:35 -03:00
my_readline.h WL#5016: Fix header file include guards 2009-09-23 23:32:31 +02:00
mysql.cc Bug#54466 client 5.5 built from source lacks "pager" support 2010-08-19 16:35:47 +05:00
mysql_upgrade.c fix for Bug #55672 "mysql_upgrade dies with internal error": 2010-08-11 19:56:56 +02:00
mysqladmin.cc WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
mysqlbinlog.cc Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
mysqlcheck.c Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
mysqldump.c Bug#56117 ha_ndbcluster_tables.h included by mysqldump but not used 2010-08-30 14:06:32 +02:00
mysqlimport.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
mysqlshow.c Merge of mysql-trunk-bugfixing into mysql-trunk-merge. 2010-07-15 10:47:50 -03:00
mysqlslap.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
mysqltest.cc Bug#54861 Additional connections not handled properly in mtr --embedded 2010-09-01 17:34:05 +05:00
readline.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_string.cc Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
sql_string.h Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00