- 25 Sep, 2002 9 commits
-
-
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
-
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
-
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
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
myisam/mi_check.c: cleanups
-
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
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
-
- 24 Sep, 2002 4 commits
-
-
unknown authored
Docs/manual.texi: Add missing plural
-
unknown authored
mysql-test/r/order_by.result: Added new test mysql-test/t/order_by.test: Added new test
-
unknown authored
Docs/manual.texi: Auto merged
-
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
-
- 23 Sep, 2002 12 commits
-
-
unknown authored
Docs/manual.texi: FULLTEXT works with CHAR, too.
-
unknown authored
"--gcov" is actually passed as a command line option (to avoid failures on systems with no gcov installed) mysql-test/mysql-test-run.sh: - only probe for gcov, if it's actually required
-
unknown authored
into build.mysql2.com:/home/serg/mysql-4.0
-
unknown authored
BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged sql/sql_yacc.yy: merged
-
unknown authored
static nss linkingg issue configure.in: static nss linkingg issue BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
mysql-test/r/rpl_flush_log_loop.result: Made results independent of MASTER_PORT and SLAVE_PORT mysql-test/t/rpl_flush_log_loop.test: Made results independent of MASTER_PORT and SLAVE_PORT
-
unknown authored
configure.in: - Added missing line from 4.0 patch for static glibc linking
-
unknown authored
-
unknown authored
-
- 22 Sep, 2002 9 commits
-
-
unknown authored
-
unknown authored
configure.in: - Fixed bug in previous patch for linking against libc (taken from 4.0)
-
unknown authored
Docs/manual.texi: Auto merged
-
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
-
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)
-
unknown authored
client/mysql.cc: Fixed help text mysql-test/t/rpl_rotate_logs.test: Updated test sql/sql_acl.cc: comments and safety checks
-
unknown authored
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0
-
unknown authored
Docs/manual.texi: Fix typo in option name.
-
- 21 Sep, 2002 5 commits
-
-
unknown authored
Table hash key len in query cache also includes null char at end sql/ha_innodb.cc: Table hash key len in query cache also includes null char at end innobase/row/row0ins.c: Table hash key len in query cache also includes null char at end
-
unknown authored
Added missing mutex-lock around critical section in GRANT handling. Docs/manual.texi: ChangeLog sql/lock.cc: Change name -> alias in TABLE_LIST. sql/slave.cc: Change name -> alias in TABLE_LIST. sql/sql_acl.cc: Added missing mutex-lock around critical section in GRANT handling. Changed name -> alias sql/sql_base.cc: Change name -> alias in TABLE_LIST. sql/sql_insert.cc: Change name -> alias in TABLE_LIST. sql/sql_parse.cc: Change name -> alias in TABLE_LIST. sql/sql_show.cc: Change name -> alias in TABLE_LIST. sql/sql_table.cc: Change name -> alias in TABLE_LIST. sql/sql_udf.cc: Change name -> alias in TABLE_LIST. sql/table.h: Change name -> alias in TABLE_LIST. tests/grant.pl: Fixed grant test
-
unknown authored
Fix a crash introduced when we grew foreign key comment to 16000 chars innobase/dict/dict0dict.c: Fix a crash introduced when we grew foreign key comment to 16000 chars
-
unknown authored
Add return statement sql/ha_innodb.cc: Add return statement
-
unknown authored
Fix typos in last push Fix typo sql/ha_innodb.cc: Fix typos in last push
-
- 20 Sep, 2002 1 commit
-
-
unknown authored
Fix assertion when a temporary table is created and used inside LOCK TABLES sql/ha_innodb.h: Fix assertion when a temporary table is created and used inside LOCK TABLES sql/ha_innodb.cc: Fix assertion when a temporary table is created and used inside LOCK TABLES
-