mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
ce2eb6d8cb
tree to get rid of multiple typos in CS comments and unify the patch.
15 lines
639 B
Text
15 lines
639 B
Text
# Embedded server doesn't support external clients
|
|
--source include/not_embedded.inc
|
|
|
|
# check that CSV engine was compiled in, as the result of the test
|
|
# depends on the presence of the log tables (which are CSV-based).
|
|
--source include/have_csv.inc
|
|
|
|
#
|
|
# Bug #13783 mysqlcheck tries to optimize and analyze information_schema
|
|
#
|
|
--replace_result 'Table is already up to date' OK
|
|
--exec $MYSQL_CHECK --all-databases --analyze --optimize
|
|
--replace_result 'Table is already up to date' OK
|
|
--exec $MYSQL_CHECK --analyze --optimize --databases test information_schema mysql
|
|
--exec $MYSQL_CHECK --analyze --optimize information_schema schemata
|