1. 18 Dec, 2002 1 commit
    • unknown's avatar
      crash-me.sh: · d50415ce
      unknown authored
        Wrap long lines,
        New test - date_format_inresult (returns which date
        format dbms uses in the result set)
        New tests:
          -date_format_ISO 
          -date_format_ISO_with_date (checks if DBMS supports 
                YYYY-MM-DD or DATE 'YYYY-MM-DD' formats)
          -date_format_EUR
          -date_format_EUR_with_date (the same but 'DD.MM.YYYY' 
                format)
          -date_format_USA
          -date_format_USA_with_date ( the same but 'MM/DD/YYYY' format)
          -date_format_YYYYMMDD
          -date_format_YYYYMMDD_with_date 
      
      
      sql-bench/crash-me.sh:
        Wrap long lines,
        New test - date_format_inresult (returns which date
        format dbms uses in the result set)
        New tests:
          -date_format_ISO 
          -date_format_ISO_with_date (checks if DBMS supports 
                YYYY-MM-DD or DATE 'YYYY-MM-DD' formats)
          -date_format_EUR
          -date_format_EUR_with_date (the same but 'DD.MM.YYYY' 
                format)
          -date_format_USA
          -date_format_USA_with_date ( the same but 'MM/DD/YYYY' format)
          -date_format_YYYYMMDD
          -date_format_YYYYMMDD_with_date
      d50415ce
  2. 16 Dec, 2002 2 commits
  3. 14 Dec, 2002 7 commits
    • unknown's avatar
      perror.c: · 0ae40871
      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
      0ae40871
    • unknown's avatar
      Merge mashka.mysql.fi:/home/my/mysql-3.23 · 41f106cb
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      mysys/my_rename.c:
        Auto merged
      41f106cb
    • unknown's avatar
      On windows, delete any conflicting 'to' files on rename(from,to) · 2aebb2a1
      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)
      2aebb2a1
    • unknown's avatar
      Merge with 3.23 to get patch for lower_case_table_names for MacOSX · d2348a8e
      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
      d2348a8e
    • unknown's avatar
      Transactions in AUTOCOMMIT=0 mode didn't rotate binary log · 3bf84777
      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
      3bf84777
    • unknown's avatar
      Make --lower-case-table-names default on MacOSX · 7e50b7a2
      unknown authored
      7e50b7a2
    • unknown's avatar
      ab857858
  4. 13 Dec, 2002 11 commits
  5. 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
  6. 11 Dec, 2002 11 commits
  7. 10 Dec, 2002 6 commits