summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Review of new pushed code (Indentation fixes and simple optimizations)unknown2004-08-315-12/+17
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-269-75/+73
|\
| * Portability fixesunknown2004-08-269-75/+73
* | Should check for GEOM_FLAG later because keyX may be partly initialized (min_...unknown2004-08-261-6/+7
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-261-5/+12
|\ \
| * | A fix (Bug#5219: Cannot use '||' with MBRContains(..)).unknown2004-08-261-5/+12
* | | "SELECT BINARY x" now means "SELECT CAST(x AS BINARY)".unknown2004-08-261-2/+1
|/ /
* | Cleaned up rnd_initunknown2004-08-241-3/+5
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-245-38/+82
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-245-38/+82
| |\
| | * automergedunknown2004-08-241-21/+34
| | |\
| | | * Fix for bug #4340: find_in_set is case insensitive even on binary operators(f...unknown2004-08-241-21/+34
| | * | followupunknown2004-08-241-6/+4
| | * | manually mergedunknown2004-08-242-9/+3
| | |\ \
| | | * | Fix for bug #4340: find_in_set is case insensitive even on binary operators(2...unknown2004-08-241-5/+19
| | | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-231-4/+1
| | | |\ \
| | | | * | Fix for BUG#5033 "When using temporary tables truncate does NOT reset the aut...unknown2004-08-231-4/+1
| | | * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-231-2/+8
| | | |\ \ \
| | | | * | | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returnsunknown2004-08-231-2/+8
| | | | |/ /
| | | * | | Fixed: BUG#5135: cannot turn on log_warnings with SET in 4.1 (and 4.0)unknown2004-08-231-2/+2
| | | |/ /
| | | * | null.test, null.result:unknown2004-08-201-0/+1
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-242-8/+47
| | |\ \ \
| | | * | | BDB: Bug#4531: unique key prefix interacts poorly with utf8,unknown2004-08-242-8/+47
| | | | |/ | | | |/|
* | | | | Merge: manual resolveunknown2004-08-248-71/+120
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for Bug#5034 "prepared "select 1 into @arg15", second unknown2004-08-248-74/+123
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-246-17/+31
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Portablity fixes & simple optimizationsunknown2004-08-246-17/+31
* | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-241-108/+108
|\ \ \ \ \
| * | | | | mysqld.cc:unknown2004-08-231-108/+108
| | |_|/ / | |/| | |
* | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-243-16/+20
|\ \ \ \ \
| * | | | | Fix to compile with msvc: converted static const int Item_arena::* to enum me...unknown2004-08-243-16/+20
* | | | | | Mergingunknown2004-08-241-0/+3
|\ \ \ \ \ \
| * | | | | | Proposed fix for bug #5003 (subselect with MIN() and LIKE crashes server)unknown2004-08-221-0/+3
* | | | | | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-241-0/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-231-0/+7
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.unknown2004-08-231-21/+6
| | * | | | | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.unknown2004-08-211-0/+22
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-2410-116/+161
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-08-237-105/+142
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | after review fixes:unknown2004-08-231-1/+8
| | * | | | | | mergeunknown2004-08-237-105/+135
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-08-237-105/+135
| | | |\ \ \ \ \ \
| | | | * | | | | | skip resolving field in table list if table list is not accessable due to gro...unknown2004-08-137-44/+71
| | | | * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-08-121-61/+64
| | | | |\ \ \ \ \ \
| | | | | * | | | | | in case of compound index fill all parts in optimized IN (BUG#4435)unknown2004-08-121-61/+64
| * | | | | | | | | | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returns wrong resu...unknown2004-08-231-2/+8
| * | | | | | | | | | Bug#4594: column index make = failed for gbk, but like worksunknown2004-08-231-4/+11
| * | | | | | | | | | reverted default setting of --ndbcluster if --ndb-connectstring is givenunknown2004-08-231-5/+0
| |/ / / / / / / / /
* | | | | | | | | | Fixed uninitialized variableunknown2004-08-2424-24/+24
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-233-50/+89
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |