mariadb/client
Elena Stepanova 2828c2be55 MDEV-9124 mysqldump does not dump data if table name is same as view earlier on
While querying INFORMATION SCHEMA, check for a table's engine
only used table name, but not schema name; so, if there were different
rows with the same table name, a wrong one could be retrieved.
The result of the check affected the decision whether the contents
of the table should be dumped, and whether a DELAYED option can be used.
Fixed by adding a clause for table_schema to the query.
2015-11-13 03:23:22 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h post-merge fixes 2015-04-29 12:40:52 +02:00
CMakeLists.txt Merge branch '5.5' into 10.0 2015-10-09 17:12:26 +02:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
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 MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
mysql_plugin.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
mysql_upgrade.c Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
mysqladmin.cc Bug #20802751 - SEGMENTATION FAILURE WHEN RUNNING 2015-07-08 11:53:54 +05:30
mysqlbinlog.cc MDEV-8264 encryption for binlog 2015-09-04 10:33:55 +02:00
mysqlcheck.c Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
mysqldump.c MDEV-9124 mysqldump does not dump data if table name is same as view earlier on 2015-11-13 03:23:22 +02:00
mysqlimport.c Merge branch '5.5' into 10.0 2015-10-09 17:12:26 +02:00
mysqlshow.c 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlslap.c Merge branch '5.5' into 10.0 2015-08-05 09:45:17 +02:00
mysqltest.cc Fixed errors and bugs found by valgrind: 2015-09-01 18:42:02 +03:00
readline.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04: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