Commit 274e1bee authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-4.1/

into serg.mylan:/usr/home/serg/Abk/mysql-4.1

parents 7790856f cfe4c252
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ bool str_to_time(const char *str, uint length, MYSQL_TIME *l_time,
void init_time(void)
{
  time_t seconds;
  struct tm *l_time,tm_tmp;;
  struct tm *l_time,tm_tmp;
  MYSQL_TIME my_time;
  bool not_used;