1. 02 Feb, 2004 2 commits
    • unknown's avatar
      rpl_log.result: · 32363f8d
      unknown authored
        a result file for a fix for bug #2557
      rpl_log.test:
        A test case for a fix for bug #2557
      
      
      mysql-test/t/rpl_log.test:
        A test case for a fix for bug #2557
      mysql-test/r/rpl_log.result:
        a result file for a fix for bug #2557
      32363f8d
    • unknown's avatar
      sql_table.cc: · da46ca7a
      unknown authored
        Fix for a bug #2557 which caused that MySQL 4.1.2 does not replicate CREATE TABLE ... LIKE ..
      
      
      sql/sql_table.cc:
        Fix for a bug #2557 which caused that MySQL 4.1.2 does not replicate CREATE TABLE ... LIKE ..
      da46ca7a
  2. 24 Jan, 2004 3 commits
  3. 23 Jan, 2004 7 commits
    • unknown's avatar
      define name fixed · 3d285f49
      unknown authored
      
      sql/lex.h:
        Wrong define name
      3d285f49
    • unknown's avatar
      Error message added · 7f271e82
      unknown authored
      7f271e82
    • unknown's avatar
      Conflicts resolved · 8ca044d3
      unknown authored
      
      sql/field.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      include/mysqld_error.h:
        merging
      sql/share/english/errmsg.txt:
        merging
      8ca044d3
    • unknown's avatar
      SCRUM · 21fbefdf
      unknown authored
      WL#1163 (Make spatial code separable)
      fixes before the push
      
      
      include/my_global.h:
        Temporary place for these defines
      include/mysqld_error.h:
        ER_FEATURE_DISABLED definition
      sql/item_geofunc.cc:
        #ifdef HAVE_SPATIAL moved to the better place
      sql/share/english/errmsg.txt:
        Message for ER_FEATURE_DISABLED
      21fbefdf
    • unknown's avatar
      Reverted an addition to be able to use ';' as a comment · 96ac2cd9
      unknown authored
      starting character elsewhere than in the beginning of a line,
      because it affected some innodb options that had ';'
      in them.
      
      96ac2cd9
    • unknown's avatar
      SCRUM · 1c8de850
      unknown authored
      wl #1163 (Make spatial code optional)
      Patch I cleaned with Serg & Monty's suggestions
      
      
      sql/gen_lex_hash.cc:
        mysql_priv.h was included for SYM_GROUP declaration
      sql/lex.h:
        sym_group_xxx made global so we can use texts from them
        throughout the code
      sql/lex_symbol.h:
        SYM_GROUP declaration moved to mysql_priv.h
      sql/mysql_priv.h:
        declarations about SYM_GROUP
      sql/sql_table.cc:
        sym_group_xxx objects used instead of text constants
        a couple of HAVE_SPATIAL removed
      sql/sql_yacc.yy:
        sym_group_xxx used instead of text constants
        some duplicated code restructured
        MYF(0) parameters removed from net_printf calls
      1c8de850
    • unknown's avatar
      patch reverted - USE_RAID is defined in my_config.h · b84f2835
      unknown authored
      
      mysql-test/r/derived.result:
        result updated
      b84f2835
  4. 22 Jan, 2004 5 commits
  5. 21 Jan, 2004 7 commits
  6. 20 Jan, 2004 8 commits
    • unknown's avatar
      Fix for #2278 (mysql_prepare and mysql_execute not exported in libmysqld.dll) · b7a1c079
      unknown authored
      Actually no PS-related methods were exported.
      Now they're in the libmysqld.def
      
      
      VC++Files/libmysqld/libmysqld.def:
        PS related methods added
      b7a1c079
    • unknown's avatar
      Merge · 987445e9
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/r/derived.result:
        SCCS merged
      mysql-test/t/derived.test:
        e
        merge
      987445e9
    • unknown's avatar
      for multy-delete command used same algorithm of table reference (alias) · 46b669d0
      unknown authored
      
      mysql-test/t/multi_update.test:
        new results of changed multi-delete
      mysql-test/t/update.test:
        new results of changed multi-delete
      mysql-test/r/multi_update.result:
        new results of changed multi-delete
      mysql-test/r/update.result:
        new results of changed multi-delete
      46b669d0
    • unknown's avatar
      Merge deer.(none):/home/hf/work/mysql-4.1.clean · c1793249
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.1676
      
      
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      c1793249
    • unknown's avatar
      Pack of changes about 'cleanup()'-s · 26391937
      unknown authored
      Some errorneous code trimmed
      
      
      sql/item.cc:
        initialization of the Item_type_holder::orig_item added
      sql/item.h:
        No use to call cleanup() in ~Item
        this only calls Item::cleanup()
        
        We should use item->delete_self() instead of 'delete item' now
        
        Code added to restore Item_type_holder::item_type value
      sql/item_row.h:
        this cleanup is wrong
      sql/item_sum.cc:
        initialization added
      sql/item_sum.h:
        Item_xxx& -> Item_xxx*
      sql/sql_parse.cc:
        delete item -> item->delete_self()
      26391937
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 · 06ee86e3
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      06ee86e3
    • unknown's avatar
      row0sel.c: · df121452
      unknown authored
        Remove extra mtr_start()
      
      
      innobase/row/row0sel.c:
        Remove extra mtr_start()
      df121452
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 · 19fb8851
      unknown authored
      into rurik.mysql.com:/home/igor/mysql-4.1
      
      19fb8851
  7. 19 Jan, 2004 8 commits