1. 20 Dec, 2002 2 commits
  2. 14 Dec, 2002 7 commits
    • unknown's avatar
      perror.c: · db4a9c80
      unknown authored
        Add to perror the code 150 about wrong foreign key def
      
      
      extra/perror.c:
        Add to perror the code 150 about wrong foreign key def
      db4a9c80
    • unknown's avatar
      Merge mashka.mysql.fi:/home/my/mysql-3.23 · 68b583d8
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      mysys/my_rename.c:
        Auto merged
      68b583d8
    • unknown's avatar
      On windows, delete any conflicting 'to' files on rename(from,to) · 0c8582b3
      unknown authored
      This fixes a bug with REPAIR TABLE t1 USE_FRM on windows.
      
      
      mysys/my_rename.c:
        On windows, delete any conflicting 'to' files on rename(from,to)
      0c8582b3
    • unknown's avatar
      Merge with 3.23 to get patch for lower_case_table_names for MacOSX · f66adf2b
      unknown authored
      
      configure.in:
        merge with 3.23
      sql/log.cc:
        Use local file
      sql/mysqld.cc:
        Get patch for lower_case_table_names for MacOSX
      f66adf2b
    • unknown's avatar
      Transactions in AUTOCOMMIT=0 mode didn't rotate binary log · b512c8b8
      unknown authored
      Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100)
      
      
      myisam/mi_check.c:
        Fixed bug in copying statistics for disabled index
      mysql-test/r/distinct.result:
        Fix result after not doing key statistics for first insert.
      mysql-test/r/fulltext.result:
        Fix result after not doing key statistics for first insert.
      mysql-test/r/insert.result:
        Fix result after not doing key statistics for first insert.
      mysql-test/r/key_diff.result:
        Fix result after not doing key statistics for first insert.
      mysql-test/r/order_by.result:
        Fix result after not doing key statistics for first insert.
      mysql-test/r/select.result:
        Fix result after not doing key statistics for first insert.
      mysql-test/r/show_check.result:
        Fix result after not doing key statistics for first insert.
      sql/ha_myisam.cc:
        Don't disable index when inserting only a few rows
      sql/log.cc:
        Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.
      sql/sql_insert.cc:
        Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT
      b512c8b8
    • unknown's avatar
      Make --lower-case-table-names default on MacOSX · 697f939e
      unknown authored
      697f939e
    • unknown's avatar
      05e6b27a
  3. 13 Dec, 2002 11 commits
  4. 12 Dec, 2002 2 commits
    • unknown's avatar
      Removed compiler warnings · e6783a87
      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
      e6783a87
    • 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
  5. 11 Dec, 2002 11 commits
  6. 10 Dec, 2002 7 commits