summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Mergeunknown2001-05-157-43/+73
|\
| * ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYSunknown2001-05-117-43/+73
* | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-151-10/+17
|\ \
| * | option to free_root() to not my_free() the blocksunknown2001-05-121-1/+1
| * | fixes/optimizations for count(distinct)unknown2001-05-121-9/+16
* | | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-121-26/+38
|\ \ \ | |/ / |/| |
| * | Only mark MERGE readonly if all tables are readonlyunknown2001-05-121-26/+38
* | | use tree for count(distinct) when possibleunknown2001-05-112-3/+115
* | | change tree to use qsort_cmp2 - compare function with 3 instead of 2 argumentsunknown2001-05-102-4/+46
* | | fixes after merge. Now it compiles and passes the test suiteunknown2001-05-104-3/+14
* | | Merged with 3.23, needs further fix-upunknown2001-05-1031-426/+778
|\ \ \ | |_|/ |/| |
| * | sql/mysqld.ccunknown2001-05-091-2/+3
| * | mergedunknown2001-05-091-32/+176
| |\ \
| | * | stack trace updates:unknown2001-05-091-29/+174
| * | | Applied patches for BDB tablesunknown2001-05-0911-37/+55
| |/ /
| * | Mergeunknown2001-05-052-1/+10
| |\ \
| | * | Added LOAD DATA CONCURRENTunknown2001-05-052-1/+10
| * | | better error message in replication when packet is too largeunknown2001-05-032-3/+19
| * | | Docs/manual.texiunknown2001-05-031-3/+0
| * | | Merge work:/home/bk/mysqlunknown2001-05-032-154/+7
| |\ \ \
| | * | | reversed virtual masterunknown2001-05-032-154/+7
| * | | | sql_yacc.yy changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a pa...unknown2001-05-031-1/+1
| | |/ / | |/| |
| * | | Fixed bug from last commitunknown2001-05-031-1/+1
| * | | Fixed a bug with SELECT DISTINCT and HAVINGunknown2001-05-021-53/+83
| * | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-04-293-11/+28
| |\ \ \ | | |/ / | |/| |
| | * | Cleanupunknown2001-04-293-11/+28
| * | | Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysqlunknown2001-04-261-28/+38
| |\ \ \
| | * | | Added a new option --result-file to mysqlbinlog.unknown2001-04-261-28/+38
| | |/ /
| * | | Merge work:/home/bk/mysqlunknown2001-04-251-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | fixed bug in mysqlbinlogunknown2001-04-251-2/+2
| * | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-04-2512-19/+40
| |\ \ \
| | * | | Portability fixes for Ia64 and Sgi compilerunknown2001-04-2512-19/+40
| * | | | ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_I...unknown2001-04-251-2/+8
| | |/ / | |/| |
| * | | Merge work:/home/bk/mysqlunknown2001-04-249-44/+236
| |\ \ \ | | |/ / | |/| |
| | * | fixed redundant repetition of use db in mysqlbinlogunknown2001-04-249-44/+236
| * | | Fix for releaseunknown2001-04-221-0/+1
| |/ /
| * | Fixed probelm with count(*) and normal functions when no matchin rows.unknown2001-04-211-1/+8
| * | Fixed portability problems in mysqlcheckunknown2001-04-212-1/+4
| * | Fixed that database name is shown for CHECK TABLEunknown2001-04-201-3/+13
| * | Portability fixesunknown2001-04-201-2/+2
| * | Fix for BDB and LOCK TABLESunknown2001-04-196-6/+52
| * | Added test for PTHREAD_YIELDunknown2001-04-182-5/+5
* | | Mergeunknown2001-05-0212-28/+44
|\ \ \ | | |/ | |/|
| * | Fixes for embedded MySQLunknown2001-04-254-9/+18
| * | Mergeunknown2001-04-199-19/+26
| |\ \ | | |/
| | * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-04-173-6/+10
| | |\
| | | * bugfix: HAVING MATCHunknown2001-04-173-6/+10
| | * | Moved test to keep Tim happyunknown2001-04-171-3/+2
| | * | Fixed that -ldl is not used for clientsunknown2001-04-171-1/+1
| | * | Don't use ranges on HEAP tables with LIKEunknown2001-04-174-9/+11