1. 13 Mar, 2003 1 commit
  2. 09 Mar, 2003 1 commit
  3. 08 Mar, 2003 1 commit
    • unknown's avatar
      Clearer error message when one forgot to grant REPLICATION SLAVE : · 44c9a389
      unknown authored
      now we'll have something like this :
      030308 18:46:58  Slave I/O thread: connected to master 'gb@localhost:3306',  replication started in log 'FIRST' at position 4
      030308 18:46:58  While trying to obtain the list of slaves from the master 'localhost:3306', user 'gb' got the following error: 'Access denied. You need the REPLICATION SLAVE privilege for this operation'
      030308 18:46:58  Slave I/O thread exiting, read up to log 'FIRST', position 4
      instead of "Error updating slave list: Query error".
      This fixes bug #80.
      
      
      sql/repl_failsafe.cc:
        Clearer error message when one forgot to grant REPLICATION SLAVE
      sql/repl_failsafe.h:
        Clearer error message when one forgot to grant REPLICATION SLAVE
      sql/slave.cc:
        Updated for new syntax of update_slave_list
      44c9a389
  4. 07 Mar, 2003 7 commits
    • unknown's avatar
      error messages translated by Egor · 20bb527b
      unknown authored
      20bb527b
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 6b941726
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      sql/mysqld.cc:
        Auto merged
      6b941726
    • unknown's avatar
      missing grant check added · 5776261a
      unknown authored
      5776261a
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · 19a5b454
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      configure.in:
        Auto merged
      19a5b454
    • unknown's avatar
      Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things) · efadca64
      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)
      efadca64
    • unknown's avatar
      os0file.c: · 8dc4215d
      unknown authored
        Fix bug in previous push
      
      
      innobase/os/os0file.c:
        Fix bug in previous push
      8dc4215d
    • unknown's avatar
      os0file.c: · f821f4c2
      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
      f821f4c2
  5. 06 Mar, 2003 6 commits
  6. 05 Mar, 2003 7 commits
  7. 04 Mar, 2003 14 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · abd03435
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      abd03435
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0 · 9aa77b56
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      
      9aa77b56
    • unknown's avatar
      Many files: · 23014799
      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
      23014799
    • unknown's avatar
      - added missing file mysql-test/std_data/des_key_file to source and binary · 37d1dd03
      unknown authored
         distribution to fix a test failure in test "func_encrypt"
      
      
      37d1dd03
    • unknown's avatar
      ha_innodb.cc: · b1a8b363
      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
      b1a8b363
    • unknown's avatar
      ha_innodb.cc: · 9541dd83
      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
      9541dd83
    • unknown's avatar
    • unknown's avatar
      fixed Field::eq() to work with CHAR(0) fields · 8529b744
      unknown authored
      
      BitKeeper/etc/ignore:
        Added configure.lineno innobase/configure.lineno to the ignore list
      8529b744
    • unknown's avatar
      Fix for SHOW VARIABLES on 64-bit platforms · 5247c5bf
      unknown authored
      5247c5bf
    • unknown's avatar
      buf0buf.c: · b308fe3b
      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
      b308fe3b
    • unknown's avatar
      Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0 · 7a88d2cc
      unknown authored
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/handler.cc:
        Auto merged
      7a88d2cc
    • unknown's avatar
      Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table... · 3446199d
      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
      3446199d
    • unknown's avatar
      New build scripts for NetWare · aeee04d2
      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
      aeee04d2
    • unknown's avatar
      novell40b.patch · 5de78932
      unknown authored
      
      netware/mysql_fix_privilege_tables.pl:
        Import patch novell40b.patch
      5de78932
  8. 03 Mar, 2003 3 commits
    • unknown's avatar
      Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another · 374ea106
      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
      374ea106
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0 · dd67a176
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      
      dd67a176
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc: · e70b22e5
      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
      e70b22e5