summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-304-61/+59
|\
| * bug in my_strnncoll_utf8 (and friends) fixedunknown2004-08-304-61/+59
* | Minor edits to error messsage.unknown2004-08-281-1/+1
* | Bug#2451 ALTER doesn't result in an error on CHARACTER SET and COLLATION conf...unknown2004-08-2724-17/+73
|/
* after mergeunknown2004-08-263-22/+23
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-266-29/+203
|\
| * mergedunknown2004-08-266-29/+203
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-265-25/+204
| | |\
| | | * Bug #4792 lower_case_table_names does not resolve db.tbl.column in SELECT listunknown2004-08-251-0/+11
| | | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-254-25/+193
| | | |\
| | | | * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-193-35/+15
| | | | * BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-183-84/+87
| | | | * mysql_priv.h:unknown2004-08-144-26/+211
| | * | | mergeunknown2004-08-262-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Remove default argument to mysql_truncate()unknown2004-08-262-2/+2
* | | | | 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