1. 17 Dec, 2004 10 commits
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3922ba81
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/5.0.bit.new
      
      
      sql/field.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      3922ba81
    • unknown's avatar
      bit type · 8d25a69f
      unknown authored
      8d25a69f
    • unknown's avatar
      The BIT patch by ramil causes that the old data type BIT is no · 5d09bce4
      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
      5d09bce4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · c5e17f7e
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      c5e17f7e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 1d180019
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      1d180019
    • unknown's avatar
      Fix of test-suite failures which popped up after addition of federated · cf18afdf
      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.
      cf18afdf
    • unknown's avatar
      Fix for pekka's IM compilation failure at ndb.mysql.com · e6f0d3c1
      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
      e6f0d3c1
    • unknown's avatar
      WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and Antony · a765e033
      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
      a765e033
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · a37fe88f
      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
      a37fe88f
    • unknown's avatar
      Clean up from code review. · 28aa7e37
      unknown authored
      
      sql/examples/ha_archive.cc:
        Fixed from code review. Cleaned up comment and fixed issue with mean length of row.
      28aa7e37
  2. 16 Dec, 2004 20 commits
  3. 15 Dec, 2004 3 commits
  4. 14 Dec, 2004 6 commits
  5. 13 Dec, 2004 1 commit
    • unknown's avatar
      Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug; · a3b0f750
      unknown authored
      
      BitKeeper/etc/ignore:
        added extra/created_include_files
      extra/Makefile.am:
        Make sure that mysqld_error.h and sql_state.h are not build in the same time.
      extra/comp_err.c:
        Fixed segfault bug
      libmysqld/Makefile.am:
        Added path to mysqld_error.h and sql_state.h
      libmysqld/examples/Makefile.am:
        Added path to mysqld_error.h and sql_state.h
      scripts/make_win_src_distribution.sh:
        Windows version fix
      a3b0f750