1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Revert the push for bug #39858

This commit is contained in:
Georgi Kodinov
2009-03-11 17:19:18 +02:00
parent 50936c992a
commit a43992d78c
2 changed files with 10 additions and 25 deletions

View File

@ -87,7 +87,9 @@ show binary logs;
Log_name File_size
master-bin.000002 #
master-bin.000003 #
SELECT @time_for_purge:=DATE_ADD('tmpval', INTERVAL 1 SECOND);
select @time_for_purge:=DATE_ADD(UPDATE_TIME, INTERVAL 1 SECOND)
from information_schema.tables
where TABLE_SCHEMA="test" and TABLE_NAME="t2";
purge master logs before (@time_for_purge);
show binary logs;
Log_name File_size