diff options
author | unknown <monty@narttu.mysql.fi> | 2003-05-27 16:40:14 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-05-27 16:40:14 +0300 |
commit | 4920a3326fc96be2cfa661232b6fe5f731b22eae (patch) | |
tree | 3dbb25b0c8865f6a219078ba4e0aa4d829addb42 /mysql-test/t/raid.test | |
parent | 515ca2c4b41c077898660117d3faccc337f059da (diff) | |
download | mariadb-git-4920a3326fc96be2cfa661232b6fe5f731b22eae.tar.gz |
Fixed problem with mysql prompt when server disconnect. (Bug 356)
Fixed problem with localtime -> gmt where some times resulted in
different (but correct) timestamps. Now MySQL should use the smallest
possible timestamp value in this case. (Bug 316)
client/mysql.cc:
Fixed problem with prompt when server disconnect. (Bug 356)
client/mysqltest.c:
More debug information
mysql-test/mysql-test-run.sh:
Added support for --timezone in -master.opt
mysql-test/t/raid.test:
Fixed test if raid is enabled
sql/field.cc:
New my_gmt_sec() parameters
sql/mysql_priv.h:
New my_gmt_sec() parameters
sql/mysqld.cc:
Remove LOCK_timezone.
Code cleanup
sql/time.cc:
Fixed problem with localtime -> gmt where some times resulted in
different (but correct) timestamps. Now MySQL should use the smallest
possible timestamp value in this case. (Bug 316)
Diffstat (limited to 'mysql-test/t/raid.test')
-rw-r--r-- | mysql-test/t/raid.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/raid.test b/mysql-test/t/raid.test index 4dbaf84a836..4032993f2da 100644 --- a/mysql-test/t/raid.test +++ b/mysql-test/t/raid.test @@ -1,5 +1,7 @@ -- require r/have_raid.require +disable_query_log; show variables like "have_raid"; +enable_query_log; # # Test of raided tables |