1. 26 Sep, 2002 5 commits
  2. 25 Sep, 2002 14 commits
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 499b60ec
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      499b60ec
    • unknown's avatar
      Merge · b03a86f5
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      b03a86f5
    • unknown's avatar
      Compare hostnames case insensitive · 6d77af4d
      unknown authored
      Accept zero dates without warnings
      
      
      Docs/manual.texi:
        ChangeLog
      sql/sql_acl.cc:
        Compare hostnames case insensitive
      sql/time.cc:
        Accept zero dates without warnings
      6d77af4d
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc: · 936c6b6a
      unknown authored
        Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
      
      
      sql/ha_innodb.cc:
        Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
      sql/ha_innodb.h:
        Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
      936c6b6a
    • unknown's avatar
      ha_innodb.cc, ha_innodb.h: · e24efe51
      unknown authored
        Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
      
      
      sql/ha_innodb.h:
        Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
      sql/ha_innodb.cc:
        Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
      e24efe51
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 9f2c16ab
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      9f2c16ab
    • unknown's avatar
      - added Changelog entry to manual.texi · 34525f9f
      unknown authored
       - mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version
         mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
      
      
      Docs/manual.texi:
         - Added Changelog entry
      support-files/mysql.spec.sh:
         - MySQL-Max now requires MySQL >= 4.0 to avoid version mismatching
      34525f9f
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 94a4aa55
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      94a4aa55
    • unknown's avatar
      fixed bug in myisamchk -R mode · dee50342
      unknown authored
      
      myisam/mi_check.c:
        cleanups
      dee50342
    • unknown's avatar
      - added some missing changes to the 4.0.4 news section in manual.texi · c09dd16d
      unknown authored
         and applied some cosmetical fixes
      
      
      Docs/manual.texi:
         - added missing 4.0.4 Changelog entries
         - minor cleanups of the 4.0.4 changes
      c09dd16d
    • unknown's avatar
      manual.texi DELETE grammer was not quite right (LOW_PRIORITY · 7cb156d6
      unknown authored
      manual.texi	and QUICK are not mutually exclusive).
      
      
      Docs/manual.texi:
        DELETE grammer was not quite right (LOW_PRIORITY
        and QUICK are not mutually exclusive).
      7cb156d6
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 66dde355
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      66dde355
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · aacc6c51
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      aacc6c51
    • unknown's avatar
      fixed bug that causes mysqld crash on REVOKE · 4dbc4e4f
      unknown authored
      4dbc4e4f
  3. 24 Sep, 2002 4 commits
    • unknown's avatar
      manual.texi Add missing plural · 8427ccd1
      unknown authored
      
      Docs/manual.texi:
        Add missing plural
      8427ccd1
    • unknown's avatar
      Fix of newly introduced bug in ORDER BY when one has a constant in the select list. · 6f2c5673
      unknown authored
      
      mysql-test/r/order_by.result:
        Added new test
      mysql-test/t/order_by.test:
        Added new test
      6f2c5673
    • unknown's avatar
      Merge hundin:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · 4eca35dc
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      4eca35dc
    • unknown's avatar
      Updated VC++ project files for 4.0.4 · 8025122f
      unknown authored
      Only write short usage if one starts mysqldump without any options
      Added query cache on windows
      Added error message if one can't read privilege tables
      
      
      Docs/manual.texi:
        Changelog
      VC++Files/bdb/bdb.dsp:
        Updated project files for 4.0.4
      VC++Files/client/mysqlclient.dsp:
        Updated project files for 4.0.4
      VC++Files/innobase/innobase.dsp:
        Updated project files for 4.0.4
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Updated project files for 4.0.4
      VC++Files/mysys/mysys.dsp:
        Updated project files for 4.0.4
      VC++Files/perror/perror.dsp:
        Updated project files for 4.0.4
      VC++Files/sql/mysqld.dsp:
        Updated project files for 4.0.4
      client/mysqldump.c:
        Only write short usage if one starts mysqldump without any options
      include/config-win.h:
        Added query cache on windows
      libmysql/libmysql.def:
        Removed old depricated functions from windows dll
      sql/ha_innodb.cc:
        Added missing defines
      sql/set_var.cc:
        Code cleanup
      sql/sql_acl.cc:
        Added error message if one can't read privilege tables
      sql/sql_cache.h:
        Changed some C linkage functions to C++ functions (portability fix)
      sql/sql_class.cc:
        Safety fix
      8025122f
  4. 23 Sep, 2002 12 commits
  5. 22 Sep, 2002 5 commits
    • unknown's avatar
    • unknown's avatar
      - Bugfix for static glibc linking in configure.in (taken from 4.0) · f6388671
      unknown authored
      
      configure.in:
         - Fixed bug in previous patch for linking against libc (taken from 4.0)
      f6388671
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · b7313c9d
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      b7313c9d
    • unknown's avatar
      Don't give the anonymous user create temp table or lock tables privileges. · 8b5ddf22
      unknown authored
      SET PASSWORD=... closed connection on error.
      
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/rpl_rotate_logs.result:
        Fixed test
      scripts/mysql_fix_privilege_tables.sh:
        Don't give the anonymous user create temp table or lock tables privileges.
      sql/set_var.cc:
        SET PASSWORD=... closed connection on error, because MySQL sent the error message twice.
      sql/set_var.h:
        SET PASSWORD=... closed connection on error, because MySQL sent the error message twice.
      sql/sql_acl.cc:
        Added function comment
      sql/sql_db.cc:
        Change type of variable
      sql/sql_parse.cc:
        SET PASSWORD=... closed connection on error, because MySQL sent the error message twice.
      tests/grant.pl:
        Updated grant test case to work with latest MySQL version
      tests/grant.res:
        updated test results
      8b5ddf22
    • unknown's avatar
      Merge with 3.23.53 · 86ce202f
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      tests/grant.pl:
        Auto merged
      sql/sql_acl.cc:
        Merge with 3.23.53 (fixes problem with critical region in GRANT)
      sql/sql_insert.cc:
        Merge with 3.23.53 (no changes)
      sql/sql_parse.cc:
        Merge with 3.23.53 (no changes)
      sql/sql_udf.cc:
        Merge with 3.23.53 (indent change)
      sql/table.h:
        Merge with 3.23.53 (no changes)
      86ce202f