1. 10 Mar, 2003 1 commit
  2. 07 Mar, 2003 7 commits
    • unknown's avatar
      error messages translated by Egor · 4151ac36
      unknown authored
      4151ac36
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · ca5a5699
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      sql/mysqld.cc:
        Auto merged
      ca5a5699
    • unknown's avatar
      missing grant check added · 7e332aed
      unknown authored
      7e332aed
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · d8994a51
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      configure.in:
        Auto merged
      d8994a51
    • unknown's avatar
      Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things) · b07efa92
      unknown authored
      Some after merge fixes
      
      
      mysql-test/r/ctype_latin1_de.result:
        Changed test to have more relevant results
      mysql-test/r/delete.result:
        Updated results after merge
      mysql-test/r/select.result:
        Remove explicit database usage
      mysql-test/r/type_datetime.result:
        Updated results after merge
      mysql-test/t/ctype_latin1_de.test:
        Changed test to have more relevant results
      mysql-test/t/select.test:
        Remove explicit database usage
      sql/ha_myisam.cc:
        Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)
      b07efa92
    • unknown's avatar
      os0file.c: · 085bb1c6
      unknown authored
        Fix bug in previous push
      
      
      innobase/os/os0file.c:
        Fix bug in previous push
      085bb1c6
    • unknown's avatar
      os0file.c: · 121894d5
      unknown authored
        Print and error message also if a read from file results in the Linux error EEXIST; may happen if the disk is broken
      
      
      innobase/os/os0file.c:
        Print and error message also if a read from file results in the Linux error EEXIST; may happen if the disk is broken
      121894d5
  3. 06 Mar, 2003 6 commits
  4. 05 Mar, 2003 7 commits
  5. 04 Mar, 2003 14 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 24a97ab0
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      24a97ab0
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0 · fed4ca6b
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      fed4ca6b
    • unknown's avatar
      Many files: · 408e83ad
      unknown authored
        Change mode to -rwxrwxr-x
      
      
      netware/BUILD/compile-AUTOTOOLS:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-linux-tools:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-END:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-START:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-all:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-debug:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-standard:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwasmnlm:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwccnlm:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwenv:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwldnlm:
        Change mode to -rwxrwxr-x
      netware/BUILD/nwbootstrap:
        Change mode to -rwxrwxr-x
      408e83ad
    • unknown's avatar
      - added missing file mysql-test/std_data/des_key_file to source and binary · 4e21f693
      unknown authored
         distribution to fix a test failure in test "func_encrypt"
      
      4e21f693
    • unknown's avatar
      ha_innodb.cc: · 5c747b00
      unknown authored
        Add comment that Guilhem should check master_log_name, pending etc are right if the master log gets rotated
      
      
      sql/ha_innodb.cc:
        Add comment that Guilhem should check master_log_name, pending etc are right if the master log gets rotated
      5c747b00
    • unknown's avatar
      ha_innodb.cc: · 11b1d191
      unknown authored
        Remove (already commented out) code about storing the latest relay log pos info to InnoDB: we will probably use only the master log pos info when we restart a slave after a crash
      
      
      sql/ha_innodb.cc:
        Remove (already commented out) code about storing the latest relay log pos info to InnoDB: we will probably use only the master log pos info when we restart a slave after a crash
      11b1d191
    • unknown's avatar
    • unknown's avatar
      fixed Field::eq() to work with CHAR(0) fields · 9c40c7e9
      unknown authored
      
      BitKeeper/etc/ignore:
        Added configure.lineno innobase/configure.lineno to the ignore list
      9c40c7e9
    • unknown's avatar
      Fix for SHOW VARIABLES on 64-bit platforms · 57412636
      unknown authored
      57412636
    • unknown's avatar
      buf0buf.c: · e89468aa
      unknown authored
        Do not try to resolve the table name of a corrupt page if the code is in ibbackup, i.e., the dict system is not initialized
      
      
      innobase/buf/buf0buf.c:
        Do not try to resolve the table name of a corrupt page if the code is in ibbackup, i.e., the dict system is not initialized
      e89468aa
    • unknown's avatar
      Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0 · d292ce6b
      unknown authored
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/handler.cc:
        Auto merged
      d292ce6b
    • unknown's avatar
      Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table... · 6f8fff6d
      unknown authored
      Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
      
      
      client/mysqltest.c:
        Fixed bug that comments did a ping
      include/thr_lock.h:
        Added function to abort a lock for a specific thread
      mysql-test/mysql-test-run.sh:
        Fixed where mysqltest traces are put
      mysql-test/r/lock_multi.result:
        Test for LOCK TABLE + DROP TABLE bug
      mysql-test/t/lock_multi.test:
        Test for LOCK TABLE + DROP TABLE bug
      mysys/thr_lock.c:
        Added function to abort a lock for a specific thread
      sql/handler.cc:
        Indentation cleanup
      sql/lock.cc:
        Added function to abort a lock for a specific thread
      sql/mysql_priv.h:
        Added function to abort a lock for a specific thread
      sql/mysqld.cc:
        Use automatic recover even with --safe
      6f8fff6d
    • unknown's avatar
      New build scripts for NetWare · 69e1606e
      unknown authored
      
      BitKeeper/deleted/.del-mwenv~35c8b56062f4b6aa:
        Delete: netware/mw/mwenv
      BitKeeper/deleted/.del-mwasmnlm~bc5746809d67feb5:
        Delete: netware/mw/mwasmnlm
      BitKeeper/deleted/.del-mwccnlm~be63afd25a14c3f:
        Delete: netware/mw/mwccnlm
      BitKeeper/deleted/.del-mwldnlm~efb26c57cba3c980:
        Delete: netware/mw/mwldnlm
      69e1606e
    • unknown's avatar
      novell40b.patch · 76dadd85
      unknown authored
      
      netware/mysql_fix_privilege_tables.pl:
        Import patch novell40b.patch
      76dadd85
  6. 03 Mar, 2003 5 commits
    • unknown's avatar
      Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another · 5603e432
      unknown authored
      
      sql/lock.cc:
        Added functions to handle list of table name locks
      sql/mysql_priv.h:
        Added functions to handle list of named locks
      sql/sql_rename.cc:
        Use new general table name lock functions
      sql/sql_table.cc:
        Require table name locks when doing drop table.
        This fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another
      5603e432
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0 · 2302cc81
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      2302cc81
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc: · 895fa68c
      unknown authored
        Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
      
      
      sql/sql_class.cc:
        Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
      sql/handler.cc:
        Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
      sql/handler.h:
        Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
      sql/ha_innodb.cc:
        Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
      sql/ha_innodb.h:
        Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
      895fa68c
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · 13e2d3a6
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      13e2d3a6
    • unknown's avatar
      - added option "--skip-dmg" to skip the building of the disk image after · bb6d8f84
      unknown authored
         packaging
       - enclosed some variables in quotes for safeguarding
       - add a license file (GPL or MySQLEULA) to the package so it will be
         displayed during installation (needs to be tested)
      
      bb6d8f84