mariadb/client
Marko Mäkelä a36c369bda Merge 10.1 into 10.2
For running the Galera tests, the variable my_disable_leak_check
was set to true in order to avoid assertions due to memory leaks
at shutdown.

Some adjustments due to MDEV-13625 (merge InnoDB tests from MySQL 5.6)
were performed. The most notable behaviour changes from 10.0 and 10.1
are the following:

* innodb.innodb-table-online: adjustments for the DROP COLUMN
behaviour change (MDEV-11114, MDEV-13613)

* innodb.innodb-index-online-fk: the removal of a (1,NULL) record
from the result; originally removed in MySQL 5.7 in the
Oracle Bug #16244691 fix
377774689b

* innodb.create-index-debug: disabled due to MDEV-13680
(the MySQL Bug #77497 fix was not merged from 5.6 to 5.7.10)

* innodb.innodb-alter-autoinc: MariaDB 10.2 behaves like MySQL 5.6/5.7,
while MariaDB 10.0 and 10.1 assign different values when
auto_increment_increment or auto_increment_offset are used.
Also MySQL 5.6/5.7 exhibit different behaviour between
LGORITHM=INPLACE and ALGORITHM=COPY, so something needs to be tested
and fixed in both MariaDB 10.0 and 10.2.

* innodb.innodb-wl5980-alter: disabled because it would trigger an
InnoDB assertion failure (MDEV-13668 may need additional effort in 10.2)
2017-08-31 09:30:40 +03:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
CMakeLists.txt After-review changes 2016-09-12 17:51:50 +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
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
mysql_plugin.c Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
mysql_upgrade.c Merge branch '10.0' into 10.1 2017-07-07 11:30:03 +02:00
mysqladmin.cc Merge 10.1 into 10.2 2017-05-26 22:45:46 +03:00
mysqlbinlog.cc MDEV-12067 flashback does not correcly revert update/replace statements 2017-07-03 14:48:07 +08:00
mysqlcheck.c Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
mysqldump.c Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
mysqlimport.c Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
mysqlshow.c Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
mysqlslap.c Merge branch '5.5' into 10.0 2017-04-21 18:34:06 +02:00
mysqltest.cc Merge 10.1 into 10.2 2017-08-31 09:30:40 +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 spelling fixes 2017-03-07 13:38:06 +04:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00