1. 12 Mar, 2003 6 commits
  2. 11 Mar, 2003 6 commits
  3. 10 Mar, 2003 20 commits
    • unknown's avatar
      novell40c.patch · 0f88392d
      unknown authored
      
      netware/mysqld_safe.c:
        Import patch novell40c.patch
      0f88392d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · 3f68b65e
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-3.23
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      3f68b65e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · f26a8b6f
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      f26a8b6f
    • unknown's avatar
      crash-me.sh: · f88ce754
      unknown authored
        misprint correction
      
      
      sql-bench/crash-me.sh:
        misprint correction
      f88ce754
    • unknown's avatar
      - added missing file mysql_secure_installation to server RPM subpackage · cdb123c2
      unknown authored
        (bug #141) (please merge with 4.1 and onwards)
      
      
      support-files/mysql.spec.sh:
        - added missing file mysql_secure_installation to server RPM subpackage
          (bug #141)
      cdb123c2
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · 312f0366
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      
      312f0366
    • unknown's avatar
      326a93ff
    • unknown's avatar
      - typo fix for newly added error message · 9bfbea68
      unknown authored
      9bfbea68
    • unknown's avatar
      warning added · 605bfe93
      unknown authored
      605bfe93
    • unknown's avatar
      merge · a6ea34ee
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-delete.result:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/r/delete.result:
        Auto merged
      mysql-test/r/type_datetime.result:
        Auto merged
      mysql-test/t/delete.test:
        Auto merged
      mysql-test/t/type_datetime.test:
        Auto merged
      sql/field.h:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/share/polish/errmsg.txt:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_repl.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      a6ea34ee
    • unknown's avatar
      after merge fixes · 5c100a69
      unknown authored
      5c100a69
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · a032dc27
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      
      a032dc27
    • unknown's avatar
      ignore world-writeable my.cnf's · dc3bd073
      unknown authored
      dc3bd073
    • unknown's avatar
      Merge with 3.23 to get fixes for --user and BACKUP TABLE · 012ffb5d
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-delete.result:
        Delete: mysql-test/r/delete.result
      BitKeeper/deleted/.del-stamp-h.in~4a5d6676232516c5:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      include/my_sys.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/t/delete.test:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      mysql-test/t/type_datetime.test:
        Auto merged
      mysys/my_copy.c:
        Auto merged
      sql/field.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/share/polish/errmsg.txt:
        Auto merged
      sql/sql_rename.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        merge with 3.23.56
      mysql-test/r/backup.result:
        merge (needs to be updated)
      mysql-test/r/join.result:
        merge (needs to be updated)
      mysql-test/r/type_datetime.result:
        merge (needs to be updated)
      mysql-test/t/backup.test:
        merge with 3.23
      scripts/mysqld_safe.sh:
        Only use first --user option
      sql/ha_myisam.cc:
        Don't let BACKUP TABLE overwrite old files
      sql/log_event.h:
        merge
      sql/mysql_priv.h:
        merge
      sql/mysqld.cc:
        Use first --user option
      sql/slave.cc:
        use local version
      sql/sql_repl.h:
        use local version
      012ffb5d
    • unknown's avatar
      Don't allow multiple --user options to mysqld · 73c2d4ad
      unknown authored
      (First one is used)
      
      
      scripts/safe_mysqld.sh:
        Don't allow multiple --user options
      sql/mysqld.cc:
        Don't allow multiple --user options
      73c2d4ad
    • unknown's avatar
      Handling of log-error added in embedded server · 3223245d
      unknown authored
      
      libmysqld/lib_sql.cc:
        handling of log-error added to embedded server
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3223245d
    • unknown's avatar
      Fix that round(0.1,1) == round(0.1,1) · 66e8db82
      unknown authored
      
      sql/slave.cc:
        Fixed problem with --debug output in handle_slave
      66e8db82
    • unknown's avatar
      Better fix for connect timeout problem. · 281ad254
      unknown authored
      281ad254
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · ea826f21
      unknown authored
      into narttu.mysql.fi:/my/mysql-3.23
      
      
      ea826f21
    • unknown's avatar
      Don't allow BACKUP TABLE to overwrite files · 68ae3653
      unknown authored
      Fixed memory leak when replication restarts in debug mode
      
      
      include/my_sys.h:
        Added option to not overwrite files to my_copy()
      mysql-test/mysql-test-run.sh:
        Fixed --ddd option
        Fixed that mysqld is restarted if there is a testname-master.sh file
      mysql-test/r/backup.result:
        Update for security fix in BACKUP TABLE
      mysql-test/t/backup.test:
        Update for security fix in BACKUP TABLE
      mysys/my_copy.c:
        Added option to not overwrite files to my_copy()
      sql/ha_myisam.cc:
        Don't allow BACKUP TABLE to overwrite files
      sql/slave.cc:
        Fixed problem with --debug output from 'handle_slave'
        Fixed memory leak when replication restarts in debug mode
      68ae3653
  4. 09 Mar, 2003 4 commits
  5. 08 Mar, 2003 3 commits
    • unknown's avatar
      Additional bug fix · ec6bd7a4
      unknown authored
      
      libmysql/libmysql.c:
        Additional fix for connection being established during select()
      ec6bd7a4
    • 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
    • unknown's avatar
      A correct fix for the timeout problem · f5144a8a
      unknown authored
      f5144a8a
  6. 07 Mar, 2003 1 commit