1. 11 Jan, 2005 16 commits
  2. 10 Jan, 2005 17 commits
  3. 09 Jan, 2005 7 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0-ndb · cfe5650c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      cfe5650c
    • unknown's avatar
      ndb - · 9b80f95f
      unknown authored
      Fix ndb_limit, handle cmpDate of length 3
      Remove ucs2 test as it requires one to configure --with-extra-charsets
      
      
      mysql-test/r/ndb_charset.result:
        Remove ucs2 test as it requires one to configure --with-extra-charsets
      mysql-test/t/ndb_charset.test:
        Remove ucs2 test as it requires one to configure --with-extra-charsets
      ndb/src/common/util/NdbSqlUtil.cpp:
        Fix ndb_limit, handle cmpDate of length 3
      9b80f95f
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 79192c23
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      79192c23
    • unknown's avatar
      Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1 · e7b9581f
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-5.0
      
      
      sql/set_var.cc:
        Auto merged
      e7b9581f
    • unknown's avatar
      set_var.cc: · f8f7888b
      unknown authored
        Whack duplicate variable line. (Affects SHOW VARIABLES.)
      
      
      sql/set_var.cc:
        Whack duplicate variable line. (Affects SHOW VARIABLES.)
      f8f7888b
    • unknown's avatar
      sql_select.cc: · c6f3edbe
      unknown authored
        silence picky compiler warning.
      
      
      sql/sql_select.cc:
        silence picky compiler warning.
      c6f3edbe
    • unknown's avatar
      Replace all sprintf() calls with my_snprintf() in client.c. All of the · fdadfe51
      unknown authored
      format strings (in all languages) already included field limits on the
      specifiers, so this is just protection against future mistakes. (Bug #7556)
      
      
      sql-common/client.c:
        Replace all sprintf() calls with my_snprintf()
      fdadfe51