1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

portation fixes for bug 29536 and 29325 in

re-pushing for 5.1.22.
This commit is contained in:
gkodinov/kgeorge@magare.gmz
2007-08-27 15:01:29 +03:00
parent 424e70353f
commit 240e9329e7
2 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ sync_slave_with_master;
# Restore original timezone
connection master;
set global time_zone= @my_te_zone;
set global time_zone= @my_time_zone;
--echo End of 4.1 tests