1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
checkpoint.
does not compile.
This commit is contained in:
Sergei Golubchik
2010-11-25 18:17:28 +01:00
2732 changed files with 867504 additions and 20901 deletions

View File

@@ -34,6 +34,8 @@
################################################################
SET @start_value = @@global.sync_frm;
# In some cases the server may have been started with --disable-sync-frm
--replace_column 1 VAL
SELECT @start_value;
@@ -155,9 +157,9 @@ SELECT sync_frm = @@session.sync_frm;
##############################
SET @@global.sync_frm = @start_value;
--replace_column 1 VAL
SELECT @@global.sync_frm;
######################################################
# END OF sync_frm TESTS #
######################################################