An error occurred fetching the project authors.
- 02 Oct, 2002 1 commit
-
-
unknown authored
Don't require UPDATE_ACL for REPLACE Docs/manual.texi: Changelog configure.in: Fix for building shared libraries with a patched glibc sql/sql_parse.cc: Don't require UPDATE_ACL for REPLACE
-
- 01 Oct, 2002 2 commits
-
-
unknown authored
Docs/manual.texi: Fix a few agreement problems.
-
unknown authored
- added some missing changelog entries to the 4.0.5 changelog - applied small fix to configure.in from monty (already applied manually to configure.in of the 4.0.4 release source files - not relevant for normal builds anyway) Docs/manual.texi: - added missing changelog entries - added the 4.0.4 release date configure.in: - bumped up version number to 4.0.5-beta, now that the 4.0.4 builds are done - applied fix from Monty to be able to build shared libraries even when the the static NSS libraries are installed. This patch has already been applied to the released 4.0.4 sources to work around a local build problem, but has not been checked in yet.
-
- 30 Sep, 2002 2 commits
-
-
unknown authored
Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history Docs/manual.texi: Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history
-
unknown authored
Docs/manual.texi: Changelog
-
- 29 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: undo bad query cache mod.
-
- 27 Sep, 2002 2 commits
- 26 Sep, 2002 4 commits
-
-
unknown authored
Remove 'web clients' contrib section Docs/manual.texi: Remove 'web clients' contrib section
-
unknown authored
Clean out 'Graphical clients' section of the contributed software section Docs/manual.texi: Clean out 'Graphical clients' section of the contributed software section BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Docs/manual.texi: tables usually should have a name.
-
unknown authored
Docs/manual.texi: Qcache not available on Windows until 4.0.4.
-
- 25 Sep, 2002 4 commits
-
-
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
-
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
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
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).
-
- 24 Sep, 2002 2 commits
-
-
unknown authored
Docs/manual.texi: Add missing plural
-
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 3 commits
- 22 Sep, 2002 3 commits
-
-
unknown authored
-
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: Fix typo in option name.
-
- 21 Sep, 2002 1 commit
-
-
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
-
- 20 Sep, 2002 1 commit
-
-
unknown authored
manual.texi LAST_INSERT_ID() usage. Docs/manual.texi: fix capitalization, clarify context for LAST_INSERT_ID() usage.
-
- 19 Sep, 2002 1 commit
-
-
unknown authored
Small optimization to not do external locking of temporary MyISAM tables. BitKeeper/deleted/.del-sslopt-usage.h~3ab77eeeaad1ba0a: Delete: include/sslopt-usage.h Docs/manual.texi: Fixed wrong descrtion of IF() Added information about automatic cast of integer to binary string ChangeLog client/mysqlbinlog.cc: Portability fix client/mysqldump.c: Increased max possible max_allowed_packet to 1G include/Makefile.am: Removed sslopt-usage.h Made sslopt-case.h global include/my_sys.h: Fixd protypes for my_strdup_with_length() mysys/safemalloc.c: Fixd some prototypes sql/ha_isam.cc: Don't do external locking on temporary tables sql/ha_myisam.cc: Don't do external locking on temporary tables sql/lock.cc: Added big description of how LOCK TABLES affects locking sql/log_event.cc: cleanup sql/mysqld.cc: Increased max possible max_allowed_packet to 1G sql/sql_table.cc: Fixed portability problem
-
- 18 Sep, 2002 3 commits
-
-
unknown authored
Docs/manual.texi: fix X'...' example to return correct result type
-
unknown authored
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment. Docs/manual.texi: Changelog include/my_base.h: Added code to flush a bulk_insert index myisam/mi_extra.c: Added code to flush a bulk_insert index mysql-test/r/insert.result: test of auto_increment and bulk_insert mysql-test/t/insert.test: test of auto_increment and bulk_insert sql/ha_myisam.cc: Added code to flush a bulk_insert index sql/sql_insert.cc: Mark that bulk_insert is used sql/sql_load.cc: Mark that bulk_insert is used Remove duplicated call to initialize bulk insert sql/table.h: Mark that bulk_insert is used vio/viosslfactories.c: Remove compiler warning
-
unknown authored
Docs/manual.texi: minor fixes
-
- 17 Sep, 2002 3 commits
-
-
unknown authored
Docs/manual.texi: ChangeLog mysql-test/r/binary.result: Test of binary NULL mysql-test/t/binary.test: Test of binary NULL
-
unknown authored
Fixed core dump bug when sending wrong string to AES_DECRYPT() BitKeeper/deleted/.del-explain_log.sh~e570be5f63576fe1: Delete: scripts/explain_log.sh Docs/manual.texi: Updated bug reporting. Added somew new changelog entries and changed some old client/mysql.cc: Fixed so that --ssl and --skip-ssl works client/mysqladmin.c: Fixed so that --ssl and --skip-ssl works client/mysqlcheck.c: Fixed so that --ssl and --skip-ssl works client/mysqldump.c: Fixed so that --ssl and --skip-ssl works client/mysqlimport.c: Fixed so that --ssl and --skip-ssl works client/mysqlshow.c: Fixed so that --ssl and --skip-ssl works include/sslopt-case.h: Fixed so that --ssl and --skip-ssl works mysql-test/r/func_str.result: Test of problem with AES_DECRYPT() mysql-test/t/func_str.test: Test of problem with AES_DECRYPT() mysys/my_aes.c: Fixed problem with wrong decrypt string. scripts/mysql_explain_log.sh: Applied missed patch sql/item_strfunc.cc: Fixed aes_encrypt() and aes_decrypt() to be safer and avoid some mallocs() sql/net_pkg.cc: Return ER_UNKNOWN_ERROR instead of errocode 0 in some cases.
-
unknown authored
-
- 16 Sep, 2002 2 commits
-
-
unknown authored
Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl Docs/manual.texi: Updated SHOW VARIABLES Changelog Moved some missplaced changelog entries include/violite.h: updated prototypes libmysqld/lib_sql.cc: Moved init_update_queries() to sql_parse.cc mysql-test/install_test_db.sh: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables mysql-test/r/grant.result: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables mysql-test/t/grant.test: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables scripts/mysql_fix_privilege_tables.sh: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables scripts/mysql_install_db.sh: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables sql/filesort.cc: Fixed bug in SELECT ... ORDER BY ... LIMIT sql/mysql_priv.h: New prototypes sql/mysqld.cc: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables sql/sql_acl.cc: Moved init_update_queries() to sql_parse.cc Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host sql/sql_acl.h: Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host sql/sql_parse.cc: Moved init_update_queries() to sql_parse.cc sql/sql_show.cc: Fixed wrong output in SHOW TABLE STATUS for compressed tables. sql/sql_table.cc: Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names vio/viosocket.c: Fixed hang when using --with-openssl vio/viossl.c: Fixed hang when using --with-openssl
-
unknown authored
Docs/manual.texi: changelog
-
- 15 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: clarify that FULLTEXT is for MyISAM tables.
-
- 14 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: Changelog
-
- 13 Sep, 2002 1 commit
-
-
unknown authored
manual.texi minor fixups to mysql_real_connect() section. Docs/manual.texi: minor tweaks/fixups to charset section.
-
- 12 Sep, 2002 1 commit
-
-
unknown authored
-
- 11 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: fix mangled sentence (pointed out by Egor).
-