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 · 5f79e31c
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      5f79e31c
    • unknown's avatar
      ndb - · 82fb0300
      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
      82fb0300
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · cff904aa
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      cff904aa
    • unknown's avatar
      Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1 · 693ff063
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-5.0
      
      
      sql/set_var.cc:
        Auto merged
      693ff063
    • unknown's avatar
      set_var.cc: · a3b5ba48
      unknown authored
        Whack duplicate variable line. (Affects SHOW VARIABLES.)
      
      
      sql/set_var.cc:
        Whack duplicate variable line. (Affects SHOW VARIABLES.)
      a3b5ba48
    • unknown's avatar
      sql_select.cc: · 75c7e88c
      unknown authored
        silence picky compiler warning.
      
      
      sql/sql_select.cc:
        silence picky compiler warning.
      75c7e88c
    • unknown's avatar
      Replace all sprintf() calls with my_snprintf() in client.c. All of the · ceda57ae
      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()
      ceda57ae