summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts to uchar. The casts are stemming fromunknown2007-03-2719-86/+73
* Change find_type family to accept const TYPELIB*.unknown2007-03-272-4/+8
* Merge kpettersson@bk-internal:/home/bk/mysql-5.1-runtimeunknown2007-03-232-180/+174
|\
| * Merge kpettersson@bk-internal:/home/bk/mysql-5.1-runtimeunknown2007-03-232-180/+174
| |\
| | * Merge naruto.:C:/cpp/bug20777/my51-bug20777unknown2007-03-202-180/+174
| | |\
| | | * Manual mergeunknown2007-03-191-5/+6
| | | * Merge naruto.:C:/cpp/bug20777/my50-bug20777unknown2007-03-162-181/+174
| | | |\
| | | | * Bug#20777 Function w BIGINT UNSIGNED shows diff. behaviour with and without -...unknown2007-03-162-177/+171
* | | | | Change module prefix in error messages: SCHEDULER -> Event Scheduler,unknown2007-03-235-38/+48
|/ / / /
* | | | Update an imperfect error message.unknown2007-03-231-1/+1
* | | | Trivial cleanups and whitespace change in Event Scheduler code.unknown2007-03-2310-86/+65
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-03-211-14/+15
|\ \ \ \
| * \ \ \ Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-03-201-14/+15
| |\ \ \ \
| | * | | | sql_insert.cc:unknown2007-03-201-16/+12
| | * | | | Merge moonbone.local:/mnt/gentoo64/work/27006-bug-5.0-opt-mysqlunknown2007-03-201-0/+5
| | |\ \ \ \
| | | * | | | sql_insert.cc:unknown2007-03-201-5/+5
| | | * | | | Bug#27006: AFTER UPDATE triggers not fired with INSERT ... ON DUPLICATE KEYunknown2007-03-161-6/+6
* | | | | | | Fix warnings on Windows.unknown2007-03-211-2/+2
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-03-2049-922/+1188
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Fix compilation on Windows broken with the push of bug#16420.unknown2007-03-162-11/+7
| * | | | | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1unknown2007-03-1610-284/+471
| |\ \ \ \ \
| | * | | | | BUG#16420: Events: timestamps become UTCunknown2007-03-1610-284/+471
| * | | | | | Merge kpdesk.mysql.com:/home/thek/dev/bug26807/my51-bug26807unknown2007-03-162-1/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bug#26807 "set global event_scheduler=1" and --skip-grant-tables crashes serverunknown2007-03-162-1/+6
| * | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-03-158-86/+154
| |\ \ \ \ \ \
| | * | | | | | Fix for BUG#735 "Prepared Statements: there is no support for Queryunknown2007-03-095-24/+92
| | * | | | | | manual mergeunknown2007-03-096-63/+63
| | |\ \ \ \ \ \
| | | * | | | | | Mechanical class renaming:unknown2007-01-306-63/+63
| * | | | | | | | Manual merge from 5.0-runtime to 5.1-runtimeunknown2007-03-142-6/+6
| * | | | | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtimeunknown2007-03-1414-96/+185
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-03-145-62/+136
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Bug#26503 (Illegal SQL exception handler code causes the server to crash)unknown2007-03-145-62/+136
| | * | | | | | | | | Fix typo.unknown2007-03-091-1/+1
| | * | | | | | | | | Polishing: use constants instead of magic numbers.unknown2007-03-0912-48/+63
| | |/ / / / / / / /
| | * | | | | | | | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0unknown2007-03-081-3/+8
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix -ansi -pedantic warning (can't cast a pointer to function unknown2007-03-082-3/+3
| * | | | | | | | | | Fix the bug introduced with the push of the fix for bug#18326: Do notunknown2007-03-131-1/+8
| * | | | | | | | | | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1unknown2007-03-091-21/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Resolve one shift/reduce conflict introduced with the push of the fixunknown2007-03-091-21/+21
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1unknown2007-03-0922-347/+272
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be lockedunknown2007-03-0922-347/+272
| * | | | | | | | | | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0-bug20492unknown2007-03-081-3/+8
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | BUG#20492: Subsequent calls to stored procedure yield incorrect resultunknown2006-09-071-3/+8
| * | | | | | | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtimeunknown2007-03-072-28/+19
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Bug 8407, post review cleanup: use instr::get_cont_dest() to get the instructionunknown2007-03-072-28/+19
| * | | | | | | | | | Cleanup: removed unused variable that produced a warning.unknown2007-03-071-1/+0
| * | | | | | | | | | Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1unknown2007-03-071-56/+50
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | BUG#18326: Do not lock table for writing during prepare of statementunknown2007-03-071-56/+50
* | | | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-03-1729-291/+381
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | wl#3700 - post-review fixes:unknown2007-03-1723-120/+122