summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem with Innobase and signals on Solarisunknown2001-03-261-28/+43
| | | | | | | | | Docs/manual.texi: Added information about \Z innobase/os/os0file.c: Fixed problem with signals on Solaris sql/ha_innobase.cc: Removed not needed sign()
* Updating changelogunknown2001-03-251-0/+7
| | | | | | | Docs/manual.texi: Changelog sql/gen_lex_hash.cc: Better hash values
* Fixed bug in send in mysqltestunknown2001-03-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()... BitKeeper/deleted/.del-rpl000012.status.result~bbbd650b5beea32f: Delete: mysql-test/r/rpl000012.status.result BitKeeper/deleted/.del-rpl000013.status.result~6bee190c298cc9fd: Delete: mysql-test/r/rpl000013.status.result Docs/manual.texi: Changelog client/mysqltest.c: Fixed bug in 'send' that Sasha had introduced. Make database, port and socket optional parameters to connect() mysql-test/r/rpl000005.result: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/r/rpl000006.result: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/r/rpl000012.result: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/r/rpl000013.result: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/r/sel000033.result: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/backup.test: Use default port and socket. mysql-test/t/dirty-close.test: Use default port and socket. mysql-test/t/flush.test: Use default port and socket. mysql-test/t/kill.test: Use default port and socket. mysql-test/t/overflow.test: Use default port and socket. mysql-test/t/rpl000003.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000005.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000006.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000007.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000008.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000009.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000010.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000011.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000012.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/rpl000013.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000001.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000002.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000003.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000031.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000032.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000033.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/sel000100.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/shw000001.test: Removed usage of @r/result as this made life hard when doing test for multiple table handlers. mysql-test/t/status.test: Use default port and socket. sql/gen_lex_hash.cc: Smaller hash table sql/mysql_priv.h: Allow concurrent inserts if no update/binary log sql/mysqld.cc: Allow concurrent inserts if no update/binary log Don't remove key_cache at flush tables sql/sql_base.cc: Don't remove key_cache at flush tables sql/sql_select.cc: Fix bug in SELECT DISTINCT SUM(). sql/sql_yacc.yy: Allow concurrent inserts if no update/binary log tests/export.pl: C
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-241-0/+7
|\ | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
| * Added defines for fast mutex in glibc 2.2 (should be safe)unknown2001-03-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed crash in SELECT DISTINCT SUM(...) Fix return value of mysortncmp() for innobase Fix join_crash bug Docs/manual.texi: Changelog include/my_pthread.h: Added defines for fast mutex in glibc 2.2 mysql-test/t/join_crash.test: Changed table names to t1,t2... mysys/my_bitmap.c: Use fast mutex mysys/my_open.c: Use fast mutex mysys/my_pthread.c: Use fast mutex mysys/my_thr_init.c: Use fast mutex mysys/my_winthread.c: Use fast mutex mysys/thr_mutex.c: Use new mutexattr with error checking sql/ha_innobase.cc: Fix return value of mysortncmp() for innobase sql/sql_select.cc: Fix join_crash bug BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-03-241-1/+1
|\ \ | |/ |/| | | | | | | | | BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
| * bug with mysql_change_db() fixedunknown2001-03-211-1/+1
| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | manual.texi Fix up.unknown2001-03-231-1/+1
| | | | | | | | | | Docs/manual.texi: Fix up.
* | manual.texi One more mirror.unknown2001-03-231-2/+7
| | | | | | | | | | Docs/manual.texi: One more mirror.
* | manual.texi Mirror listing maintenance.unknown2001-03-231-3/+9
| | | | | | | | | | | | | | Docs/manual.texi: Mirror listing maintenance. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Fixed bug with FLUSH TABLES when using temporary tablesunknown2001-03-231-3/+3
| | | | | | | | | | Docs/manual.texi: Fixed typos
* | Test case for bug when updating on keyunknown2001-03-231-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in CONCAT_WS() Print the default ISOLATION level. Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT Docs/manual.texi: Changelog mysql-test/r/func_str.result: Added tests for CONCAT_WS() mysql-test/r/update.result: Test case for bug when updating on key mysql-test/t/func_str.test: Added tests for CONCAT_WS() mysql-test/t/update.test: Test case for bug when updating on key sql/gen_lex_hash.cc: Better hash values sql/handler.cc: Added missig NullS sql/item_strfunc.cc: Fixed bug in CONCAT_WS() sql/mysql_priv.h: Print the default ISOLATION level. sql/mysqld.cc: Print the default ISOLATION level. sql/sql_insert.cc: Remove unnecessary call to setup_tables() sql/sql_parse.cc: Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT sql/sql_yacc.yy: Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Split setup_fields to setup_tables and setup_fieldsunknown2001-03-211-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed problem with UPDATE TABLE when keys wheren't always used. Docs/manual.texi: Added comment to ALTER TABLE scripts/mysql_install_db.sh: Added test for mysqld in libexec sql/ha_innobase.cc: Removed compiler warning sql/mysql_priv.h: Split setup_fields to setup_tables and setup_fields sql/sql_base.cc: Split setup_fields to setup_tables and setup_fields sql/sql_insert.cc: Split setup_fields to setup_tables and setup_fields sql/sql_load.cc: Split setup_fields to setup_tables and setup_fields sql/sql_parse.cc: Fixed missing 'mysql_info" with now clients. sql/sql_select.cc: Split setup_fields to setup_tables and setup_fields sql/sql_update.cc: Fixed problem with UPDATE TABLE when keys wheren't always used. sql/sql_yacc.yy: Small isolation change
* | Added isolation levelsunknown2001-03-211-10/+66
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE Docs/manual.texi: Updated information about SET TRANSACTION ISOLATION LEVEL configure.in: Upgraded version number isam/_dbug.c: Fixed wrong fprintf isam/isamchk.c: Added new error message myisam/mi_check.c: Added new error message mysql-test/mysql-test-run.sh: Don't wait too long for server start mysys/mf_keycache.c: Cleaned up some error messages scripts/mysqlhotcopy.sh: Applied patch for --resetmaster --resetslave sql-bench/bench-init.pl.sh: Fix for windows sql/handler.cc: Added isolation levels and gemini spinlocks sql/handler.h: Added isolation levels sql/item_strfunc.cc: Cleanup of CONCAT_WS() sql/lex.h: Added isolation levels sql/mysql_priv.h: Added isolation levels sql/mysqld.cc: Added isolation levels sql/sql_class.cc: Added isolation levels Moved variable initialization to different code segments sql/sql_class.h: Added isolation levels sql/sql_lex.h: Added isolation levels sql/sql_parse.cc: Added isolation levels sql/sql_update.cc: cleanup BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-161-3/+63
|\ | | | | | | | | Docs/manual.texi: Auto merged
| * Update information about MyISAM filesunknown2001-03-161-3/+63
| |
* | manual.texi added clarification on LOAD DATA section on handlingunknown2001-03-151-3/+7
|/ | | | | | | | | | | | | manual.texi of empty fields; minor changes to recent change manual.texi notes. Docs/manual.texi: added clarification on LOAD DATA section on handling of empty fields; minor changes to recent change notes. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-161-0/+4
|\ | | | | | | | | | | | | Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Updated manual.unknown2001-03-151-0/+4
| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Added new item to Access deniedunknown2001-03-161-4/+27
| |
* | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-151-7/+38
|\ \ | |/ |/| | | | | Docs/manual.texi: Auto merged
| * Improved ANALYZE TABLE a bit for small tables.unknown2001-03-151-1/+8
| | | | | | | | | | Docs/manual.texi: Updated changelog
| * Added tests if a user variable is changed in the same query.unknown2001-03-151-7/+31
| | | | | | | | | | | | | | | | | | Docs/manual.texi: Updated info about some common problems. mysql-test/r/user_var.result: Added tests of using user variables. mysql-test/t/user_var.test: Added tests of using user variables.
* | Docs/manual.texiunknown2001-03-141-23/+76
| | | | | | | | | | | | | | | | clean-up/update of Linux-Notes Docs/manual.texi: clean-up/update of Linux-Notes
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-03-141-23/+84
|\ \ | |/ | | | | | | | | | | | | | | | | into central.snake.net:/home/paul/mysql BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
| * Added fix for using variables with distinctunknown2001-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Updated links client/mysqltest.c: Added 'ping' method configure.in: Upgraded version number mysql-test/r/user_var.result: Added test for using variables with distinct mysql-test/t/kill.test: Use 'ping' to force reconnect mysql-test/t/user_var.test: Added test for using variables with distinct sql-bench/run-all-tests.sh: Fixed argument passing
| * mergeunknown2001-03-151-23/+79
| |\ | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union
| | * Merge donna:/my/mysql into tik.mysql.fi:/home/my/mysqlunknown2001-03-151-0/+2
| | |\ | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged
| | | * Updated changelogunknown2001-03-151-0/+2
| | | |
| | * | Fixed CLIENT_TRANSACTIONS defineunknown2001-03-141-23/+91
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in SHOW VARIABLES when using innobase tables Docs/manual.texi: Updated support prices and support information include/mysql_com.h: Fixed CLIENT_TRANSACTIONS define sql/mysqld.cc: Fixed bug in SHOW VARIABLES when using innobase tables BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | manual.texi mods to recent change notesunknown2001-03-141-10/+10
| | | | | | | | | | | | | | | Docs/manual.texi: mods to recent change notes
* | | Mergeunknown2001-03-141-6/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Docs/manual.texi: SCCS merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | manual.texi small changes to regex appendixunknown2001-02-081-5/+5
| | | | | | | | | | | | | | | Docs/manual.texi: small changes to regex appendix
| * | manual.texi missing dotunknown2001-02-081-1/+1
| | | | | | | | | | | | | | | Docs/manual.texi: missing dot
* | | Reversed SQL_ANSI_MODE per Monty's request.unknown2001-03-141-9/+0
| | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | manual.texi Typo fix. Added mirror in Ukraine.unknown2001-03-131-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | manual.texi Updated Mascon entry to new version. Docs/manual.texi: Typo fix. Added mirror in Ukraine.
* | | Merge work:/home/bk/mysqlunknown2001-03-121-3/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged sql/sql_parse.cc: Auto merged sql/sql_class.h: Auto merged
| * | | Added SQL_ANSI_MODE.unknown2001-03-121-3/+21
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Added News section for 3.23.35, and change notes for SQL_ANSI_MODE. sql/gen_lex_hash.cc: Fixed typo. Updated the values, so the parser can be created. sql/mysql_priv.h: Added ``global_state_map'' from sql_lex.cc. sql/sql_class.h: Added ``state_map'' to THD. This is a per-thread state map for lex. sql/sql_lex.cc: Renamed ``state_map'' to ``global_state_map''. Changed yylex() to use the new per-thread state map. sql/sql_parse.cc: Copy global_state_map into thd->state_map on thread start. sql/sql_yacc.yy: Added SQL_ANSI_MODE. Cleaned up some.
* | | Merge work:/home/bk/mysqlunknown2001-03-121-9/+36
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
| * | Fixes for compiling innobaseunknown2001-03-121-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Added notes about 3.23.34a innobase/mem/Makefile.am: Add missing files innobase/pars/Makefile.am: fixed typo sql-bench/run-all-tests.sh: Fix for windows
| * | Added new tests to benchmark suiteunknown2001-03-111-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Updated some typos in the innobase section client/mysql.cc: Added print of field types (for debugging) client/mysqladmin.c: Added timeout for shutdown mysql-test/mysql-test-run.sh: Use timeout for shutdown sql-bench/test-select.sh: Added test of query cache and new tests for count(distinct) sql/ha_myisam.cc: Don't give warnings for RESTORE TABLE sql/mysqld.cc: Added printing of innobase options sql/sql_lex.cc: Fixed possible bug when OEM sql/sql_table.cc: cleanup
| * | Fixed bug in MAX() optimizing for BDB tablesunknown2001-03-101-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Updated changelog mysql-test/README: Added reference to manual mysql-test/r/bdb.result: Added test for MAX() bug mysql-test/r/innobase.result: Added test for MAX() bug mysql-test/t/bdb.test: Added test for MAX() bug mysql-test/t/innobase.test: Added test for MAX() bug sql-bench/server-cfg.sh: Don't create big blobs with innobase sql/ha_berkeley.cc: Fixed bug in MAX() optimizing BitKeeper/etc/ignore: Added sql/.gdbinit to the ignore list sql/ha_innobase.h: Fixed bug in MAX() optimizing sql/handler.h: Fixed bug in MAX() optimizing sql/opt_sum.cc: Fixed bug in MAX() optimizing
* | | Merge work:/home/bk/mysqlunknown2001-03-091-79/+270
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
| * | Fixed wrong option in mysql_install_dbunknown2001-03-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added delayed_user for delayed_threads Don't use record cache when doing deletes Docs/manual.texi: Added link to activestate perl mysql-test/t/delayed.test: Added sleep for slow machines scripts/mysql_install_db.sh: Fixed wrong option sql-bench/crash-me.sh: Intialize some variables sql/mysql_priv.h: Added delayed_user for delayed_threads sql/mysqld.cc: Added delayed_user for delayed_threads sql/sql_class.cc: Added delayed_user for delayed_threads sql/sql_delete.cc: Don't use record cache when doing deletes sql/sql_insert.cc: Added delayed_user for delayed_threads tests/fork3_test.pl: Added periodic check/repair of table
| * | Added documentation about mysql-test-rununknown2001-03-081-0/+34
| | | | | | | | | | | | | | | mysql-test/mysql-test-run.sh: Added more informative error message
| * | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-081-78/+234
| |\ \ | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged
| | * | Fixed bug in INSERT DELAYED when INSERT generated an errorunknown2001-03-081-57/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Splitted INSERT syntax to different sub-sections mysql-test/r/delayed.result: Added new test that hanged INSERT DELAYED mysql-test/t/delayed.test: Added new test that hanged INSERT DELAYED scripts/mysqldumpslow.sh: Fix for new slow query log format sql/field_conv.cc: cleanup
| | * | Added documentation about GEMINI tablesunknown2001-03-081-34/+146
| | | |
* | | | Merge work:/home/bk/mysqlunknown2001-03-081-5/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
| * | | Docs/manual.texiunknown2001-03-051-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates for access to 4.0 repository Docs/manual.texi: updates for access to 4.0 repository