summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.14unknown2003-08-111-22/+36
|\
| * Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...unknown2003-07-141-4/+8
| * Safety and speedup fixes:unknown2003-07-141-9/+5
| * Member no_rotate in MYSQL_LOG was always 0, I delete it.unknown2003-07-121-2/+0
| * removed 2 small useless if().unknown2003-07-121-1/+0
| * Fix for BUG#791:unknown2003-07-111-2/+9
| * WL#912 (more user control on relay logs):unknown2003-07-061-3/+15
| * Added thread variable max_seeks_for_keyunknown2003-06-271-0/+1
| * Fixed memory allocation in Unique to not allocate too much memoryunknown2003-06-261-20/+22
| * SCRUMunknown2003-06-191-0/+1
* | mergeunknown2003-07-011-2/+17
|\ \
| * | LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id.unknown2003-06-301-2/+17
* | | cond_count moved to SELECT_LEX_NODEunknown2003-06-261-1/+1
* | | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-2/+1
|/ /
* | Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-06-121-0/+1
|\ \
| * | Many files:unknown2003-06-121-0/+1
* | | character_set_server is now updatableunknown2003-05-301-0/+2
* | | mergeunknown2003-05-221-1/+3
|\ \ \
| * \ \ Merge with 4.0.13unknown2003-05-191-1/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * parallel-repair available in mysqldunknown2003-05-041-0/+1
| | * Fix reference to not initialized memoryunknown2003-04-301-1/+2
| | * CURRENT_USER() and "access denied" error messages now report hostname exactly...unknown2003-04-291-3/+2
| | * Better fix for "Halloween" effect ...unknown2003-03-121-2/+2
| | * A bug fix for multi-table updates with InnoDB storage engineunknown2003-03-111-1/+1
| | * --new option and local variable to optionally turn onunknown2003-03-051-1/+2
| | * posreview changing (SCRUM)unknown2003-02-271-1/+1
| | * client port number added to SHOW PROCESSLIST (SCRUM?)unknown2003-02-171-1/+2
* | | Some SHOW VARIABLES have been renamed:unknown2003-05-211-3/+3
* | | Support of warnings for all DML statements (Insert, Update and Alter)unknown2003-04-301-0/+2
|/ /
* | merge fixunknown2003-04-261-8/+11
|\ \
| * \ Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-241-0/+1
| |\ \
| | * \ Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-241-0/+1
| | |\ \
| | | * | Many files:unknown2003-04-241-0/+1
| * | | | Replication: new code to not modify in-memory log positions until the COMMITunknown2003-04-241-4/+6
| |/ / /
| * | | Variable names have been renamed:unknown2003-04-231-4/+4
| * | | I renamed system variable literal_collation into connection_collationunknown2003-04-221-1/+1
| |/ /
* | | Making a better fix for double released pointers and safe unknown2003-04-261-1/+42
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-121-4/+5
|\ \
| * | Use of CHARSWT_INFO *result_collationunknown2003-04-081-4/+2
| * | sys_var_collation is now abstract classunknown2003-04-071-3/+4
| * | New methods to store strings with "convert to" argimumentunknown2003-04-071-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-041-0/+3
|\ \ \ | |/ / |/| |
| * | Fix to support update + bianry logs with prepared statements (Dynamic query)unknown2003-04-041-0/+3
* | | Fixed bug in warning handling (Memory was allocated from wrong MEM_ROOT)unknown2003-04-031-6/+3
|/ /
* | resolve new updates group_concatunknown2003-04-021-37/+20
* | SCRUMunknown2003-04-021-3/+3
* | This is full commit of group_concat with support subselectsunknown2003-03-181-2/+7
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-2/+4
* | Move tmp_table_used to THDunknown2003-02-101-0/+1
* | Merge with 4.0.11unknown2003-02-041-7/+5
|\ \ | |/