1. 13 Dec, 2002 7 commits
  2. 12 Dec, 2002 2 commits
    • unknown's avatar
      Removed compiler warnings · 982e3eed
      unknown authored
      Fixed wrong variable name for Windows
      
      
      VC++Files/innobase/innobase.dsp:
        Don't use precompiled headers (doesn't work with samba)
      VC++Files/myisammrg/myisammrg.dsp:
        Add missing files
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Fixed included paths
      VC++Files/mysqldemb/mysqldemb.dsp:
        Don't use precompiled headers (doesn't work with samba)
      VC++Files/mysqlserver/mysqlserver.dsp:
        Don't use precompiled headers (doesn't work with samba)
      VC++Files/sql/mysqld.dsp:
        Fixed paths
      innobase/include/univ.i:
        Removed compiler warning
      myisammrg/myrg_open.c:
        Removed compiler warning
      sql/ha_myisam.cc:
        Removed compiler warning
        Fixed wrong (but not dangerous) if statement
      sql/ha_myisammrg.cc:
        Removed compiler warning
      sql/mysqld.cc:
        Fixed wrong variable name for Windows
      sql/sql_update.cc:
        Removed not used label
      982e3eed
    • unknown's avatar
      - Fix handling of suffix option · 268065c0
      unknown authored
       - Replace function 'check_reserved_words' with correct one
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      268065c0
  3. 11 Dec, 2002 11 commits
  4. 10 Dec, 2002 7 commits
  5. 09 Dec, 2002 2 commits
  6. 07 Dec, 2002 1 commit
    • unknown's avatar
      bulk insert code optimized · f7604940
      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
      f7604940
  7. 06 Dec, 2002 2 commits
  8. 05 Dec, 2002 8 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · a46dd0ff
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      
      support-files/mysql.server.sh:
        Auto merged
      a46dd0ff
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 5e1a8fb8
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      5e1a8fb8
    • unknown's avatar
      current_user() to return priv_user · 83daf120
      unknown authored
      83daf120
    • unknown's avatar
      row0mysql.c: · db3c4d22
      unknown authored
        Heikki will merge to 4.0: cleanup
      
      
      innobase/row/row0mysql.c:
        Heikki will merge to 4.0: cleanup
      db3c4d22
    • unknown's avatar
      row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc: · e1d8800c
      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
      e1d8800c
    • unknown's avatar
    • unknown's avatar
      Copy arguments given to mysql_server_init() · 4631af66
      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
      4631af66
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · b8eee5cd
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      
      support-files/mysql.server.sh:
        Auto merged
      b8eee5cd