mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Repair any table in mysql database as part of cleaning up from previous runs
This commit is contained in:
@ -14,6 +14,9 @@
|
|||||||
DROP TABLE IF EXISTS t1, `t``1`, `t 1`;
|
DROP TABLE IF EXISTS t1, `t``1`, `t 1`;
|
||||||
drop view if exists v1;
|
drop view if exists v1;
|
||||||
drop database if exists client_test_db;
|
drop database if exists client_test_db;
|
||||||
|
# Repair any tables in mysql, sometimes the slow_log is marked as crashed
|
||||||
|
# after server has been killed
|
||||||
|
--exec $MYSQL_CHECK --repair --databases mysql > /dev/null 2>&1
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user