summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* This will be pushed only after I fix the testsuite.unknown2003-12-1811-554/+2188
* Renamed the "schema" column to "db" in mysql.proc to keep it in style withunknown2003-12-161-3/+3
* Post-merge fixes.unknown2003-12-161-2/+1
* Merge 4.1 to 5.0.unknown2003-12-1633-168/+263
|\
| * proper fix for the bug #2077: accented characters in enum/defaul values are r...unknown2003-12-163-11/+39
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-151-4/+4
| |\
| | * part one of the fix for the bug #2077: accented characters in enum/defaul val...unknown2003-12-151-4/+4
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-153-58/+54
| |\ \ | | |/ | |/|
| | * Added missing timeout function for named pipes and shared memory (fixes core ...unknown2003-12-153-58/+54
| * | Translation updateunknown2003-12-131-26/+26
| * | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-12-131-1/+1
| |\ \
| | * | Already approved bug fix for #1561.unknown2003-12-131-1/+1
| * | | insert table select * from table2 now converts charsets correctlyunknown2003-12-131-4/+4
| |/ /
| * | Bug#2075 - fix reduce/reduceunknown2003-12-111-8/+11
| * | Fix for Bug #2075 - negative default values not accepted for integer columnsunknown2003-12-111-5/+14
| * | WorkLog#1323unknown2003-12-1026-66/+125
| |/
* | Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded s...unknown2003-12-164-3/+18
* | Fixed various memory leaks.unknown2003-12-157-34/+42
* | WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-138-31/+212
* | Don't want host in the definer's column.unknown2003-12-121-3/+1
* | In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-125-106/+252
* | WL#1364: Store some environmental values with SPs and use at invokationunknown2003-12-111-0/+10
* | WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-108-113/+157
* | Post-merge fixes.unknown2003-12-091-1/+1
* | Merged 4.1 -> 5.0unknown2003-12-0935-155/+310
|\ \ | |/
| * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-091-0/+1
| |\
| | * Mergeunknown2003-12-091-0/+1
| | |\
| | | * fixed bug #1688 "CREATE TABLE ... SELECT with default()"unknown2003-10-311-0/+1
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-0825-92/+95
| |\ \ \ | | |/ / | |/| |
| | * | Portability fixes for Windowsunknown2003-12-0825-92/+95
| * | | post-merge fixesunknown2003-12-087-13/+168
| |\ \ \
| | * | | Task ID 499:Add a new settable string variable(init_connect, init_slave)unknown2003-12-089-102/+55
| | * | | SCRUM:unknown2003-07-1810-9/+209
| * | | | let chk_index() understand 2-level fulltext index formatunknown2003-12-071-1/+1
| * | | | QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_l...unknown2003-12-065-46/+43
| * | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-12-061-3/+2
| |\ \ \ \
| | * | | | fix for my_mbcharlen(charset, c) to return 1 for single-byte charactersunknown2003-12-061-3/+2
* | | | | | post-merge fixesunknown2003-12-081-6/+7
* | | | | | post-merge fixesunknown2003-12-086-51/+326
|\ \ \ \ \ \
| * | | | | | WL#530&531: TIMESTAMPADD, TIMESTAMPDIFF functionsunknown2003-12-086-50/+327
* | | | | | | Merged 4.1 -> 5.0unknown2003-12-0534-92/+180
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge mysql.com:/home/kostja/mysql/mysql-4.1-rootunknown2003-12-054-12/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | unused variable max_prep_stmt_count removedunknown2003-12-054-12/+1
| | | |_|/ / | | |/| | |
| * | | | | make a clear distinction between max_word_length in *characters* and in *bytes*unknown2003-12-041-2/+2
| |/ / / /
| * | | | comment to user-level lock addedunknown2003-12-041-0/+5
| * | | | Merge for updateunknown2003-12-0233-71/+190
| |\ \ \ \
| | * | | | WorkLog#1280 - Remove fixed table handler from lex/yaccunknown2003-12-0233-71/+190
* | | | | | cleanupunknown2003-12-051-1/+0
* | | | | | after-review fixesunknown2003-12-042-26/+32
* | | | | | manual mergeunknown2003-12-045-42/+202
|\ \ \ \ \ \