1. 22 Jul, 2005 5 commits
    • unknown's avatar
      Bug #12097 More fixes · 142d7c78
      unknown authored
      
      mysql-test/r/partition_error.result:
        Fixed result files after rearranging code a bit
      mysql-test/t/partition_error.test:
        Fixed result files after rearranging code a bit
      sql/share/errmsg.txt:
        Fixed result files after rearranging code a bit
      sql/sql_yacc.yy:
        Added initialisation
      142d7c78
    • unknown's avatar
      Bug #12097 Fix mistake · 6dd8c326
      unknown authored
      
      sql/sql_yacc.yy:
        Fix mistake
      6dd8c326
    • unknown's avatar
      BUG #12097 patch · e7850f0a
      unknown authored
      
      sql/handler.h:
        Fixed so that I store list of longlong's for list and
        a longlong value for range end instead of an item tree
        reference.
      sql/sql_partition.cc:
        Fixed so that I store list of longlong's for list and
        a longlong value for range end instead of an item tree
        reference.
      sql/sql_yacc.yy:
        Fixed so that I store list of longlong's for list and
        a longlong value for range end instead of an item tree
        reference.
      e7850f0a
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1 · c0c18def
      unknown authored
      into  mysql.com:/Users/mikron/mysql-5.1
      
      c0c18def
    • unknown's avatar
      Fixed error in constants · b69fd160
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Set up node group information as default if no node group info is
        passed in create table message.
      b69fd160
  2. 21 Jul, 2005 35 commits