1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Update 'abort_not_supported_test' to print a reason why the test was aborted

and use it in mysql-test-run.pl
Use standard defines as last argument to 'fn_format'
This commit is contained in:
msvensson@neptunus.(none)
2006-07-19 14:25:52 +02:00
parent 685a932ea3
commit a9572e07e9
9 changed files with 87 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
--require r/true.require
--require r/not_ndb_default.require
disable_query_log;
select convert(@@table_type using latin1) NOT IN ("ndbcluster","NDBCLUSTER") as "TRUE";
enable_query_log;