diff options
author | unknown <guilhem@mysql.com> | 2004-07-30 10:12:02 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2004-07-30 10:12:02 +0200 |
commit | c9d97d6765b54f381fe8548136dbb3d44698dfcf (patch) | |
tree | 19a266b5a4c16ae6b4b452a55c24b4afc2603e6e | |
parent | fb90fece8b2ca1bc2344dc56b8f2267b3e770a76 (diff) | |
parent | df86fe3329c942f29e9873c5df36ee77b33bc7ca (diff) | |
download | mariadb-git-c9d97d6765b54f381fe8548136dbb3d44698dfcf.tar.gz |
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1-1717
-rw-r--r-- | sql-common/my_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/my_time.c b/sql-common/my_time.c index 24c19be47ba..df852ad8880 100644 --- a/sql-common/my_time.c +++ b/sql-common/my_time.c @@ -578,7 +578,7 @@ fractional: 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; |