1. 12 Mar, 2003 9 commits
  2. 11 Mar, 2003 8 commits
  3. 10 Mar, 2003 21 commits
    • unknown's avatar
      novell40c.patch · 3effb5c4
      unknown authored
      
      netware/mysqld_safe.c:
        Import patch novell40c.patch
      3effb5c4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · 9c190e5f
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-3.23
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      9c190e5f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 3b246eb5
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      3b246eb5
    • unknown's avatar
      crash-me.sh: · 091e7f30
      unknown authored
        misprint correction
      
      
      sql-bench/crash-me.sh:
        misprint correction
      091e7f30
    • unknown's avatar
      - added missing file mysql_secure_installation to server RPM subpackage · e61148c6
      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)
      e61148c6
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · b8ab0ce9
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      b8ab0ce9
    • unknown's avatar
      a2c7c841
    • unknown's avatar
      A fix for privilege checking bug. · 94c265f5
      unknown authored
      
      sql/sql_parse.cc:
        Fix for a privilege bug in multi-table updates.
        Seems like better fix then chec_table_access.
      94c265f5
    • unknown's avatar
      - typo fix for newly added error message · 3bac7760
      unknown authored
      3bac7760
    • unknown's avatar
      warning added · 44d5f6fd
      unknown authored
      44d5f6fd
    • unknown's avatar
      merge · 809d47dd
      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
      809d47dd
    • unknown's avatar
      after merge fixes · 90a25db9
      unknown authored
      90a25db9
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · 7f8d0425
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      7f8d0425
    • unknown's avatar
      ignore world-writeable my.cnf's · 2663587d
      unknown authored
      2663587d
    • unknown's avatar
      Merge with 3.23 to get fixes for --user and BACKUP TABLE · 32ef7fd4
      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
      32ef7fd4
    • unknown's avatar
      Don't allow multiple --user options to mysqld · 9a59fab2
      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
      9a59fab2
    • unknown's avatar
      Handling of log-error added in embedded server · 8c955a8d
      unknown authored
      
      libmysqld/lib_sql.cc:
        handling of log-error added to embedded server
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8c955a8d
    • unknown's avatar
      Fix that round(0.1,1) == round(0.1,1) · 1252f942
      unknown authored
      
      sql/slave.cc:
        Fixed problem with --debug output in handle_slave
      1252f942
    • unknown's avatar
      Better fix for connect timeout problem. · 0ee4c493
      unknown authored
      0ee4c493
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · 6da538c2
      unknown authored
      into narttu.mysql.fi:/my/mysql-3.23
      
      6da538c2
    • unknown's avatar
      Don't allow BACKUP TABLE to overwrite files · 30a0730f
      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
      30a0730f
  4. 09 Mar, 2003 2 commits