• unknown's avatar
    Fixed problem with mysql prompt when server disconnect. (Bug 356) · 4920a332
    unknown authored
    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)
    4920a332
mysqld.cc 171 KB