mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
12e5d5b6be
Bug#31610 Remove outdated and redundant tests: partition_02myisam partition_03ndb Bug#32405 testsuite parts: partition_char_myisam wrong content and cleanup of testsuite - remove/correct wrong comments - remove workarounds for fixed bugs - replace error numbers with error names - exclude subtests from execution which fail now because of new limitations for partitioning functions - remove code for the no more intended dual use fast test in regression tests/slow test in testsuite - analyze and fix problems with partition_char_innodb - fix problems caused by last change of error numbers - Introduce error name to error number mapping which makes maintenance after next error renumbering easier
14 lines
357 B
PHP
14 lines
357 B
PHP
# inc/partition_layout.inc
|
|
#
|
|
# Print partitioning related informations about the table t1
|
|
#
|
|
|
|
eval SHOW CREATE TABLE t1;
|
|
|
|
# Optional (most probably issues with separators and case sensitivity)
|
|
# listing of files belonging to the table t1
|
|
if ($ls)
|
|
{
|
|
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
|
|
--exec ls $MYSQLTEST_VARDIR/master-data/test/t1*
|
|
}
|