summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Merged with mysql-5.1 tree.Michael Widenius2009-04-251-4/+4
|\
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-4/+4
| |\
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-4/+4
* | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-5/+7
* | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-127/+555
|\ \ \ | |/ /
| * | Bug#35577, manual merge mysql-5.0-bugteam -> mysql-5.1-bugteamMarc Alff2008-07-141-3/+3
| |\ \ | | |/
| | * Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-3/+4
| | * Merge host.loc:/home/uchum/work/mysql-5.0unknown2008-03-271-3/+3
| | |\
| | * | Post-merge fix for Bug 35103.unknown2008-03-171-1/+1
| | * | Bug#35103 mysql_client_test::test_bug29948 causes sporadic failuresunknown2008-03-141-6/+10
| * | | A fix for Konstantin Osipov2008-07-031-1/+32
| * | | Bug#31210: INSERT DELAYED crashes server when used on partitioned tablesMattias Jonsson2008-06-091-3/+3
| * | | Bug#27430 "Crash in subquery code when in PS and table DDL changed afterunknown2008-05-201-4/+3
| * | | Bug#27430 "Crash in subquery code when in PS and table DDL changed after unknown2008-05-201-37/+6
| * | | Fix mysql_client_test failure in pushbuild 5.1-27430unknown2008-05-181-1/+1
| * | | Implement some code review fixes for the fix for Bug#27430 unknown2008-05-181-46/+40
| * | | WL#4165 "Prepared statements: validation".unknown2008-04-171-2/+86
| * | | Fix pushbuild errors and warnings.unknown2008-04-081-6/+2
| * | | Tentative implementation ofunknown2008-04-081-84/+432
| * | | Merge mysql.com:/Users/davi/mysql/bugs/ps-cleanup-5.1unknown2008-03-311-33/+40
| |\ \ \
| | * | | Post-merge fixes for bug 35103unknown2008-03-251-33/+40
* | | | | Fixed for Bug #39248 Maria: INSERT ON DUPLICATE KEY UPDATE gives error if usi...Michael Widenius2008-09-261-0/+2
* | | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-12/+57
|\ \ \ \ \ | |/ / / /
| * | | | Merge host.loc:/home/uchum/work/mysql-5.1unknown2008-03-271-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge magare.gmz:/home/kgeorge/mysql/autopush/B26461-5.0-optunknown2008-03-211-3/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)unknown2008-03-211-3/+3
| | | |/
| * | | Post-merge fixes for Bug 35103unknown2008-03-171-2/+2
| |/ /
| * | Bug#28386 the general log is incompleteunknown2008-02-251-0/+6
| * | Merge buzz.(none):/home/davi/mysql-5.0-runtimeunknown2008-02-211-0/+39
| |\ \ | | |/
| | * Post-merge fix to silence compiler warning.unknown2008-02-211-1/+0
| | * Bug#32890 Crash after repeated create and drop of tables and viewsunknown2008-02-211-0/+40
| * | Rename send_eof() to my_eof() for consistency with my_ok() and my_error()unknown2008-02-191-1/+1
| * | Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-3/+3
| * | Merge quad.:/mnt/raid/alik/MySQL/devel/5.1unknown2008-02-011-3/+3
| |\ \
| | * | A fix and a test case for Bug#34166 Server crash in SHOW OPEN TABLES andunknown2008-01-301-3/+3
* | | | Fixed compiler warnings in a lot of filesunknown2008-02-131-2/+1
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-201-10/+17
|\ \ \ | |/ /
| * | Bug#12713 "Error in a stored function called from a SELECT doesn't unknown2007-12-121-10/+17
* | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergeunknown2007-12-141-313/+289
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-141-312/+288
| |\ \ \ | | |/ / | |/| |
| | * | Doxygenized comments.unknown2007-10-161-312/+288
| * | | Merge adventure.(none):/home/thek/Development/cpp/bug31153/my51-bug31153unknown2007-11-211-1/+1
| |\ \ \
| | * \ \ Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153unknown2007-11-211-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug #31153 calling stored procedure crashes server if available memory is lowunknown2007-11-191-1/+1
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-communityunknown2007-11-091-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Use an inline getter method (thd->is_error()) to query if there is an error unknown2007-10-301-1/+1
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-recentcommmergeunknown2007-10-291-17/+9
|\ \ \ \ \ | |/ / / /
| * | | | Bug#21557 entries in the general query log truncated at 1000 characters.unknown2007-10-181-11/+2
| |/ / /
| * | | Prerequisite patch for BUG#30472: libmysql doesn't reset charset,unknown2007-09-281-5/+6
| * | | WL#4030 (Deprecate RENAME DATABASE: replace with ALTER DATABASE <name>unknown2007-09-101-1/+1
| | |/ | |/|