1. 19 Dec, 2004 1 commit
  2. 17 Dec, 2004 9 commits
    • unknown's avatar
      Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 969cebfd
      unknown authored
      into polly.local:/home/kaa/src/mysql-5.0
      
      
      configure.in:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      969cebfd
    • unknown's avatar
      The BIT patch by ramil causes that the old data type BIT is no · 31c7faac
      unknown authored
      longer available for most storage engines.
      Therefore column c18 BIT is switched TINYINT .
      
      
      mysql-test/include/ps_conv.inc:
        updated comment
      mysql-test/include/ps_create.inc:
        replaced the data type bit with tinyint
      mysql-test/r/ps_1general.result:
        updated results
      mysql-test/r/ps_2myisam.result:
        updated results
      mysql-test/r/ps_3innodb.result:
        updated results
      mysql-test/r/ps_4heap.result:
        updated results
      mysql-test/r/ps_5merge.result:
        updated results
      mysql-test/r/ps_6bdb.result:
        updated results
      mysql-test/r/ps_7ndb.result:
        updated results
      mysql-test/t/ps_4heap.test:
        replaced the data type bit with tinyint
      mysql-test/t/ps_5merge.test:
        replaced the data type bit with tinyint
      31c7faac
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d9f5d2f3
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      d9f5d2f3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3ccd78c4
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      3ccd78c4
    • unknown's avatar
      Fix of test-suite failures which popped up after addition of federated · e517bb0d
      unknown authored
      storage engine.
      
      
      mysql-test/mysql-test-run.sh:
        We should skip starting of slave server only if test is BOTH 
        not replication related and not federated storage engine related.
      mysql-test/r/ps_1general.result:
        Fixed test result after federated storage engine was added.
      e517bb0d
    • unknown's avatar
      Fix for pekka's IM compilation failure at ndb.mysql.com · ad573e4b
      unknown authored
      
      server-tools/instance-manager/mysql_connection.cc:
        move constructor to .cc file
      server-tools/instance-manager/mysql_connection.h:
        move constructor to .cc file
      ad573e4b
    • unknown's avatar
      WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and Antony · 0a53b531
      unknown authored
      
      mysql-test/r/federated.result:
        new test results
      mysql-test/t/federated.test:
        added order by, group by
      sql/ha_federated.cc:
        - added 'scheme' to URL
        - added proper escaping
        - made sure &my_charset_bin is being used throughout handler
        - made sure create_table catches improper URL in comment upon table creation
      sql/ha_federated.h:
        added scheme to share
      0a53b531
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 286bd2ad
      unknown authored
      into patrick-galbraiths-computer.local:/Users/patg/5.0-federated
      
      
      sql/Makefile.am:
        Auto merged
      sql/field.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      286bd2ad
    • unknown's avatar
      Clean up from code review. · 490ff28a
      unknown authored
      
      sql/examples/ha_archive.cc:
        Fixed from code review. Cleaned up comment and fixed issue with mean length of row.
      490ff28a
  3. 16 Dec, 2004 20 commits
  4. 15 Dec, 2004 3 commits
  5. 14 Dec, 2004 7 commits