1. 12 Dec, 2002 1 commit
    • unknown's avatar
      - Fix handling of suffix option · 25c8f58a
      unknown authored
       - Replace function 'check_reserved_words' with correct one
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      25c8f58a
  2. 11 Dec, 2002 10 commits
  3. 10 Dec, 2002 7 commits
  4. 09 Dec, 2002 2 commits
  5. 07 Dec, 2002 1 commit
    • unknown's avatar
      bulk insert code optimized · 6271ea35
      unknown authored
      
      mysql-test/r/distinct.result:
        updated
      mysql-test/r/fulltext.result:
        updated
      mysql-test/r/select.result:
        updated
      mysql-test/r/show_check.result:
        updated
      mysql-test/t/insert.test:
        updated
      6271ea35
  6. 06 Dec, 2002 2 commits
  7. 05 Dec, 2002 13 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 82058949
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      
      support-files/mysql.server.sh:
        Auto merged
      82058949
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 23865c0e
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      23865c0e
    • unknown's avatar
      current_user() to return priv_user · a29ee100
      unknown authored
      a29ee100
    • unknown's avatar
      row0mysql.c: · c92d611d
      unknown authored
        Heikki will merge to 4.0: cleanup
      
      
      innobase/row/row0mysql.c:
        Heikki will merge to 4.0: cleanup
      c92d611d
    • unknown's avatar
      row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc: · 446f8779
      unknown authored
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      
      
      sql/ha_innobase.cc:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      innobase/include/db0err.h:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      innobase/dict/dict0dict.c:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      innobase/row/row0mysql.c:
        Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
      446f8779
    • unknown's avatar
    • unknown's avatar
      Copy arguments given to mysql_server_init() · fdb093fc
      unknown authored
      Made keybuff_size longlong (To make show variables work similar on 32
      and 64 bit systems)
      Fixed some 'not initalized variable errors' in multi-table-update.
      Fixed memory leak in multi-table-update.
      Now all tests works under valgrind without any errors.
      
      
      libmysqld/lib_sql.cc:
        Copy arguments given to mysql_server_init()
      mysql-test/r/temp_table.result:
        Update test results (after merge form 3.23)
      sql/handler.cc:
        Made keybuff_size longlong
      sql/mysql_priv.h:
        Made keybuff_size longlong
      sql/mysqld.cc:
        Made keybuff_size longlong
      sql/set_var.cc:
        Made keybuff_size longlong
      sql/set_var.h:
        Made keybuff_size longlong
      sql/sql_select.cc:
        Simple cleanup
      sql/sql_select.h:
        Make TMP_TABLE_PARAM to be allocated through Sql_alloc
      sql/sql_update.cc:
        Fixed some 'not initalized variable errors' in multi-table-update.
        Fixed memory leak in multi-table-update
      fdb093fc
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 5e354455
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      
      support-files/mysql.server.sh:
        Auto merged
      5e354455
    • unknown's avatar
      Merge with 3.23 · 5fdd9f87
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      configure.in:
        Auto merged
      BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
        Auto merged
      libmysql/password.c:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysys/my_static.c:
        Auto merged
      mysys/my_static.h:
        Auto merged
      mysys/my_tempnam.c:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      support-files/mysql.server.sh:
        Auto merged
      mysql-test/t/temp_table.test:
        Added comment
      sql/mysqld.cc:
        Don't apply change from 3.23
      sql/sql_show.cc:
        Don't apply change from 3.23
      sql/structs.h:
        Don't apply change from 3.23
      5fdd9f87
    • unknown's avatar
      Removed copying of parameters as this leads to memory leaks in embedded server. · 591b0585
      unknown authored
      Fixed 'not initialized' memory error.
      
      
      mysql-test/mysql-test-run.sh:
        Updates to be able to more easily use --valgrind
      mysql-test/r/alter_table.result:
        Added missing drop table
      mysql-test/t/alter_table.test:
        Added missing drop table
      sql/field.cc:
        Simple optimizations
      sql/ha_innodb.cc:
        Remove copying of parameters as this leads to memory leaks in MySQL.
        Should be instead fixed by, in embedded server, make a temporary copy of
        all parameters and free them on server-end
      sql/log.cc:
        Simple optimization
      sql/mysql_priv.h:
        Move external reference to struct to include file
      sql/mysqld.cc:
        Added safety asserts
      sql/sql_class.cc:
        Fixed non fatal 'not initialized memory reference error' in thread init
      sql/sql_udf.cc:
        Clear current_thd for global thread
      strings/strto.c:
        Simple optimization
      591b0585
    • unknown's avatar
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9d14d104
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      9d14d104
    • unknown's avatar
      better fix for read_rows, same for read_one_row · cf85a16c
      unknown authored
      cf85a16c
  8. 04 Dec, 2002 4 commits