1. 27 Dec, 2002 1 commit
    • unknown's avatar
      1) Add option (--verbose) that allows user switch on/off new · ae2a2981
      unknown authored
      logging in  crash-me
      2) Add new test: no_id_between, that indicates if NOT ID BETWEEN 
      interprets as ID NOT BETWEEN
      
      
      sql-bench/crash-me.sh:
         1) Add option (--verbose) that allows user switch on/off 
        new logging in crash-me
        2) Add new test: no_id_between, that indicates if NOT ID BETWEEN 
        interprets as ID NOT BETWEEN
      ae2a2981
  2. 19 Dec, 2002 1 commit
    • unknown's avatar
      server-cfg.sh: · 3522a786
      unknown authored
        Corrected some typo.
      
      
      sql-bench/server-cfg.sh:
        Corrected some typo.
      3522a786
  3. 18 Dec, 2002 3 commits
    • unknown's avatar
      Merge akishkin@work.mysql.com:/home/bk/mysql-4.0 · 0a506d2e
      unknown authored
      into mysql.com:/home/walrus/bk/40
      
      
      0a506d2e
    • unknown's avatar
      crash-me.sh: · 4debc215
      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
      4debc215
    • unknown's avatar
      Fix for found rows in multi-table updates · 53239a71
      unknown authored
      53239a71
  4. 16 Dec, 2002 5 commits
  5. 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
  6. 13 Dec, 2002 11 commits
  7. 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
  8. 11 Dec, 2002 10 commits
    • unknown's avatar
      log.cc: · b870cfa5
      unknown authored
        We must not commit inside InnoDB when LOAD DATA INFILE just writes a block to the binlog; only commit if the log event type is QUERY_EVENT or EXECUTE_LOAD_EVENT
      
      
      sql/log.cc:
        We must not commit inside InnoDB when LOAD DATA INFILE just writes a block to the binlog; only commit if the log event type is QUERY_EVENT or EXECUTE_LOAD_EVENT
      b870cfa5
    • unknown's avatar
    • unknown's avatar
      Add CHARSET keyword (missing from last push) · 182de7c2
      unknown authored
      
      sql/field.cc:
        Small safety fix
      182de7c2
    • unknown's avatar
    • unknown's avatar
      - tagged ChangeSet 1.1276.3.1 as MySQL 3.23.54 · ff50fc4f
      unknown authored
       - bumped up version number in configure.in to 3.23.55
      
      
      ff50fc4f
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 1891aea7
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      
      1891aea7
    • unknown's avatar
      Ensure that BEGIN / COMMIT is handled properly if slave dies · 934f5cc4
      unknown authored
      Added syntax support for
      CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
      
      
      Docs/internals.texi:
        Update binary protocol description
      innobase/include/db0err.h:
        Merge from 3.23
      mysql-test/r/insert.result:
        Updated test result from 3.23
      sql/log.cc:
        Fixed bug in replication and log rotation
      sql/log_event.cc:
        Ensure that BEGIN / COMMIT is handled properly if slave dies
      sql/slave.cc:
        Fixed bug in replication and log rotation
      sql/slave.h:
        Ensure that BEGIN / COMMIT is handled properly if slave dies
      sql/sql_analyse.cc:
        Moved usage of res before res is destroyed (by bzero(&s...))
      sql/sql_yacc.yy:
        Added syntax support for
        
        CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
        
        To be able to read MySQL 4.1 dump files.
      934f5cc4
    • unknown's avatar
      Merge with 3.23 · 3c9b877b
      unknown authored
      
      innobase/dict/dict0dict.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_udf.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      innobase/include/db0err.h:
        Skiped merge (Heikki wants to do this)
      innobase/row/row0mysql.c:
        Skiped merge (Heikki wants to do this)
      sql/sql_show.cc:
        Use local code
      3c9b877b
    • unknown's avatar
      Added back -max to server name if we are using InnoDB. · 49162e0e
      unknown authored
      
      libmysql/libmysql.c:
        Compatibility fix
      sql/mysqld.cc:
        Added back -max if we are using InnoDB.
        (This should not be done in the 3.23 version)
      49162e0e
    • unknown's avatar