1. 17 Jun, 2004 1 commit
    • unknown's avatar
      Fixed unlikely bug in the range optimzer when using many IN() queries on... · 209cfe77
      unknown authored
      Fixed unlikely bug in the range optimzer when using many IN() queries on different key parts. (Bug #4157)
      
      
      mysql-test/r/range.result:
        Test of range optimizer bug
      mysql-test/t/range.test:
        Test of range optimizer bug
      sql/opt_range.cc:
        Fixed unlikely bug in the range optimzer when using many IN() queries on
        different key parts. (Bug #4157)
      209cfe77
  2. 10 Jun, 2004 7 commits
  3. 09 Jun, 2004 3 commits
    • unknown's avatar
      Fix for BUG#4038 "rpm postinstall script leaves files as owned by root": · 7a00d199
      unknown authored
      the rpm postinstall script must call mysql_install_db with --user=mysql,
      and mysql_install_db must then pass this to mysqld. Otherwise, mysqld
      runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql
      it creates binlog files owned by root in this dir, and this dir is not
      fixed by the 'chmod mysql', so files remain owned by root, and later mysqld
      (running as 'mysql') can't read them.
      I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded
      there in many places (see the useradd and chown) so it's ok.
      
      
      scripts/mysql_install_db.sh:
        Pass --user to mysqld
      support-files/mysql.spec.sh:
        in postinstall, call mysql_install_db with --user=mysql, so that mysqld (which installs the grant tables)
        is started with --user=mysql.
      7a00d199
    • unknown's avatar
      complement to previous fix (which was for SQLCOM_DROP_DB), for COM_DROP_DB. · 57ae9ed0
      unknown authored
      
      sql/sql_parse.cc:
        Making COM_DROP_DB honour lower_case_table_names. Plus coding-style fixes.
      57ae9ed0
    • unknown's avatar
      Fix for BUG#4066 "DROP DATABASE case sensitive even if lower-case-table-names > 0" · 87c200d1
      unknown authored
      
      sql/sql_parse.cc:
        honour lower_case_table_names in DROP DATABASE (like we already do in CREATE DATABASE)
      87c200d1
  4. 08 Jun, 2004 5 commits
  5. 07 Jun, 2004 3 commits
  6. 03 Jun, 2004 1 commit
  7. 02 Jun, 2004 3 commits
  8. 01 Jun, 2004 7 commits
    • unknown's avatar
      Fix applied to allow building of 4.0.20 for NetWare · 1a36eff3
      unknown authored
      
      client/mysqltest.c:
        Fix compilation errors for NetWare
      1a36eff3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 1b11594d
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      1b11594d
    • unknown's avatar
      Updated version number · 010fffc2
      unknown authored
      Portability fix for netware. (We can't use TRY_RUN when cross compiling)
      
      
      010fffc2
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0 · 2a1a6e5a
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.0
      
      
      2a1a6e5a
    • unknown's avatar
      README: · 063deb90
      unknown authored
        Update README URL. (Bug #3678)
      
      
      mysql-test/README:
        Update README URL. (Bug #3678)
      063deb90
    • unknown's avatar
      row0mysql.c, row0mysql.h, ha_innodb.cc: · 3db332ca
      unknown authored
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      
      
      sql/ha_innodb.cc:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      innobase/include/row0mysql.h:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      innobase/row/row0mysql.c:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      3db332ca
    • unknown's avatar
      Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings · 80c66247
      unknown authored
      will disable warnings, --log-warnings will increment warning level by one, or the
      level can be given as an optional argument. Default level is 1.
      
      Changed aborted connection warning to be logged only if the level is > 1.
      
      
      sql/sql_class.h:
        Changed boolean into ulong.
      sql/sql_parse.cc:
        Changed aborted connection warning to be logged only if the level is > 1.
      80c66247
  9. 31 May, 2004 4 commits
  10. 30 May, 2004 1 commit
  11. 29 May, 2004 2 commits
  12. 28 May, 2004 3 commits