summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix test that all merge tables comes from same databaseunknown2001-09-031-1/+1
* ix compilition for computer in a previous timezoneunknown2001-08-311-1/+0
* Test that all MERGE tables comes from the same databaseunknown2001-08-291-2/+10
* Fixes for OS2.unknown2001-08-221-5/+11
* Portability fixes.unknown2001-08-211-2/+0
* Portability fixes.unknown2001-08-181-1/+1
* mergeunknown2001-08-101-3/+2
|\
| * Portability fixesunknown2001-08-101-3/+2
* | Added new optino --sql-mode to mysqld.unknown2001-08-091-2/+2
|/
* Removed wrong warning from thr_lockunknown2001-07-171-1/+1
* Added --warnings to mysqldunknown2001-06-211-0/+1
* Fixed bug that caused client to hang because mysqld never did send anunknown2001-06-021-12/+2
* Remove wrong access check for locks.unknown2001-05-231-9/+0
* Security fix: LOCK TABLES must check for sufficient privileges.unknown2001-05-221-0/+9
* Portability fixes for Ia64 and Sgi compilerunknown2001-04-251-1/+1
* Fix for BDB and LOCK TABLESunknown2001-04-191-0/+1
* 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