summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* invalidation of locking for write tables (BUG#2693)unknown2004-03-041-1/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-041-67/+49
|\
| * Ensure that privileges are tested properly for multi-table-updates.unknown2004-02-031-67/+49
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-01-301-6/+6
|\ \ | |/ |/|
| * Fix for bugs #1885, #2464, #2539. Proper handling of defaultunknown2004-01-301-6/+6
* | Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-...unknown2004-01-291-1/+3
|/
* Some small portability fixes.unknown2003-12-301-15/+27
* Fixed typo. Affected INSERT DELAYED ... SELECT commandsunknown2003-12-171-1/+1
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+2
|\
| * Fix for BUG#2083unknown2003-12-161-0/+2
* | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-5/+8
* | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-2/+1
* | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-2/+1
* | Fix for the bug #1885: mysqldump does not dumps timestamp default.unknown2003-12-091-1/+6
|/
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-071-0/+6
|\
| * - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-041-0/+6
* | Fix for bug #1564: 'CREATE TABLE + UNION + same table name = crash'unknown2003-11-171-7/+8
* | Fix for bug #1564: CREATE TABLE + UNION + same table name = crashunknown2003-11-111-2/+8
|/
* Change back service name to MySQLunknown2003-10-301-4/+8
* followup to max_user_connections fix, keep the count more accurateunknown2003-10-291-3/+4
* fixes for max_user_connections (connections are now counted even ifunknown2003-10-271-10/+15
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-151-1/+1
|\
| * make LOCK TABLES to work when Lock_tables_priv is granted on the DB level and...unknown2003-10-141-1/+1
* | Add new user variables for tuning memory usage:unknown2003-10-111-9/+9
|/
* * Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly".unknown2003-09-111-2/+5
* Cleaned up last bug fixesunknown2003-09-091-6/+6
* fix for #1211unknown2003-09-081-0/+10
* removed stale commentunknown2003-08-291-1/+0
* Revert change of lower-case-table handling as this breaks how alias works.unknown2003-08-291-4/+1
* After merge fixesunknown2003-08-221-6/+17
|\
| * 2 minor edits, plusunknown2003-08-221-2/+11
| * Fix for BUG#1086. Now we don't preserve event's log_pos throughunknown2003-08-201-0/+1
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-171-2/+3
| |\
| | * Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-171-2/+3
| * | Remove wrong bug fix when calling create_sort_index.unknown2003-08-101-2/+2
| |/
| * Safety and speedup fixes:unknown2003-07-141-2/+2
| * Fix for BUG#791:unknown2003-07-111-2/+2
* | Fuller implementation of lower case table names.unknown2003-07-231-0/+2
|/
* Cleanupsunknown2003-07-091-1/+1
* Fix forunknown2003-07-081-7/+11
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-061-0/+8
|\
| * WL#912 (more user control on relay logs):unknown2003-07-061-0/+8
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-041-0/+8
|\ \
| * | Fix for bug #676unknown2003-07-031-0/+8
* | | Remove compiler warningsunknown2003-07-041-1/+4
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-031-1/+2
|\ \ \ | | |/ | |/|
| * | add comment for BUG 672unknown2003-07-021-1/+1
| * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-07-021-1/+2
| |\ \ | | |/ | |/|
| | * fixed bug #672unknown2003-07-021-1/+2
* | | Cleaner implementation if INSERT ... SELECT with same tablesunknown2003-07-031-22/+14