mariadb/scripts
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
..
CMakeLists.txt Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
comp_sql.c 5.5.40+ merge 2014-10-09 10:30:11 +02:00
convert-debug-for-diff.sh rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
dheadgen.pl BUG#25719975 SHEBANG HARD CODED AS /USR/BIN/PERL IN SCRIPTS, BREAKS ON FREEBSD 2017-03-28 13:22:32 +02:00
fill_help_tables.sql Updated fill_help_tables for MariaDB 2015-07-10 14:03:39 +03:00
galera_new_cluster.sh MDEV-13032: fix galera_new_cluster to be POSIX 2017-06-08 12:43:39 +10:00
galera_recovery.sh MDEV-10396: MariaDB does not restart after upgrade on debian 8 2016-07-27 17:38:38 -04:00
make_win_bin_dist remove PBXT 2013-08-30 11:25:49 +02:00
maria_add_gis_sp.sql.in MDEV-10119 mysql_install_db creates GIS procedures with invalid definer. 2016-06-27 22:12:21 +04:00
mariadb-service-convert Minor typo 2017-01-26 13:51:03 +02:00
msql2mysql.sh Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mysql_config.pl.in Merge remote-tracking branch 'mysql/5.5' into 5.5 2017-07-18 14:59:10 +02:00
mysql_config.sh 5.5 merge 2014-11-19 17:23:39 +01:00
mysql_convert_table_format.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_find_rows.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_fix_extensions.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_install_db.pl.in Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_install_db.sh Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
mysql_performance_tables.sql MDEV-4262 - P_S discovery 2014-08-19 15:18:18 +04:00
mysql_secure_installation.pl.in Merge remote-tracking branch 'mysql/5.5' into 5.5 2017-07-18 14:59:10 +02:00
mysql_secure_installation.sh Merge branch '5.5' into 10.0 2017-04-21 18:34:06 +02:00
mysql_setpermission.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_system_tables.sql Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
mysql_system_tables_data.sql mysql_install_db enhancements to facilitate Debian bug#848616 fix 2017-01-17 17:13:14 +01:00
mysql_system_tables_fix.sql Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
mysql_test_data_timezone.sql Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mysql_to_mariadb.sql Fixed assert if user table was mailformed. 2016-05-01 18:52:13 +03:00
mysqlaccess.conf BUG#25719975 SHEBANG HARD CODED AS /USR/BIN/PERL IN SCRIPTS, BREAKS ON FREEBSD 2017-03-28 13:22:32 +02:00
mysqlaccess.sh Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
mysqld_multi.sh Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
mysqld_safe.sh Merge tag 'mariadb-10.0.31' into 10.0-galera 2017-05-30 15:28:52 +05:30
mysqldumpslow.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysqlhotcopy.sh Merge remote-tracking branch 'mysql/5.5' into 5.5 2017-07-18 14:59:10 +02:00
mytop.sh Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
wsrep_sst_common.sh Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_sst_mariabackup.sh MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
wsrep_sst_mysqldump.sh Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_sst_rsync.sh Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
wsrep_sst_xtrabackup-v2.sh Merge remote-tracking branch 'origin/10.0-galera' into 10.1 2017-08-21 13:35:00 +03:00
wsrep_sst_xtrabackup.sh Merge branch '10.0-galera' into 10.1 2016-09-28 13:20:02 -04:00