summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Added all changes from old 4.0 version:unknown2001-04-111-42/+50
* Test case for bug when updating on keyunknown2001-03-231-11/+21
* Split setup_fields to setup_tables and setup_fieldsunknown2001-03-211-1/+2
* Added isolation levelsunknown2001-03-211-11/+27
* Moved state_map copying to THD::THD().unknown2001-03-141-4/+0
* Merge work:/home/bk/mysqlunknown2001-03-121-0/+4
|\
| * Added SQL_ANSI_MODE.unknown2001-03-121-0/+4
* | untested changes to close socket on slave stop for OS's that do notunknown2001-03-121-15/+1
|/
* Fixed test cases for innobaseunknown2001-03-071-2/+2
* Merged some functions and removed some unused client functions.unknown2001-03-061-37/+57
* Fixes for innobaseunknown2001-02-211-1/+1
* Added max_user_connectionsunknown2001-02-211-3/+131
* Merge work.mysql.com:/home/bk/mysqlunknown2001-02-161-3/+10
|\
| * COM_TABLE_DUMP and COM_BINLOG_DUMP are no longer erroneously logged unknown2001-02-161-3/+10
* | Updates for innobaseunknown2001-02-151-1/+2
|/
* New myisamchk option --sort-recoverunknown2001-01-311-14/+36
* fixed up lock counting code - Monty's suggestionsunknown2001-01-271-0/+7
* Lots of manual changesunknown2001-01-251-2/+2
* SHOW [FULL] COLUMNSunknown2001-01-221-1/+2
* client/mysqltest.cunknown2001-01-191-1/+1
* Fixed that --open-files-limit works on Linuxunknown2001-01-141-6/+9
* Fixed gethostname_r tests to be more portableunknown2001-01-011-1/+1
* mergeunknown2000-12-241-2/+3
|\
| * New benchmark testunknown2000-12-241-2/+3
* | Added SHOW OPEN TABLES. Thanks to Antony T Curtis <antony@abacus.co.uk>unknown2000-12-181-2/+7
|/
* Add SHOW LOGS command.unknown2000-12-151-0/+12
* sql_parse.cc we were using wrong strdupunknown2000-12-131-1/+1
* Fixed delete in tables with hidden primary keyunknown2000-12-121-1/+1
* Only write full transactions to binary logunknown2000-12-071-7/+19
* added loops and other cool stuff to mysqltestunknown2000-12-021-1/+1
* Fixed bug in 'drop table'unknown2000-11-291-4/+18
* Merge work.mysql.com:/home/bk/mysqlunknown2000-11-271-12/+27
|\
| * New thr_alarm struct for better integration with OS2unknown2000-11-281-12/+27
* | Merge work.mysql.com:/home/bk/mysqlunknown2000-11-271-1/+1
|\ \ | |/ |/|
| * Fixed temp tables to work with replication. It will not work if you stop the ...unknown2000-11-251-1/+1
* | All statements are now run in a sub transactionunknown2000-11-241-11/+16
|/
* Change storage of execution flags from thd->options to thd->lex.optionsunknown2000-11-221-2/+3
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesunknown2000-11-201-1/+3
* Portability fixesunknown2000-11-181-1/+1
* Fixes for bugs in the usage of IO_CACHEunknown2000-11-171-4/+4
* mergedunknown2000-11-151-8/+28
|\
| * mergeunknown2000-11-161-8/+28
| |\
| | * changed to use IO_CACHE instead of FILEunknown2000-11-151-1/+1
| | * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutunknown2000-11-131-6/+27
* | | repl-tests/test-repl-ts/repl-timestamp.master.rejectunknown2000-11-131-1/+9
|/ /
* | Added ALTER TABLE ... ORDER BY ...unknown2000-11-111-0/+2
* | Changes to make ALTER TABLE and DELETE FROM TABLE work properlyunknown2000-11-071-1/+2
* | sql_parse.cc test for changing to auto_commit mode was backwardsunknown2000-11-071-1/+1
* | Merge work:/home/bk/mysqlunknown2000-10-301-0/+1
|\ \
| * | sql_parse.cc add send_ok() for BEGIN WORKunknown2000-10-301-0/+1
| |/