summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-171-0/+100
* Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-10/+13
* Fixed bug#45445 - cannot execute procedures with thread_stackDmitry Shulga2010-10-211-0/+6
* Fix for bug#57061 "User without privilege on routine can Dmitry Lenev2010-10-071-32/+0
* Bug #56137 "Assertion `thd->lock == 0' failed on upgrading Dmitry Lenev2010-08-311-0/+4
* A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-8/+8
* Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-06-111-1/+8
|\
| * Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-1/+6
| |\
| | * Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-1/+6
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-9/+7
|\ \ \ | |/ /
| * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-14/+10
| |/
| * Bug#47736 killing a select from a view when the view is processing a function...Sergey Glukhov2010-02-051-0/+4
| * Manual merge with Conflicts:unknown2010-01-251-5/+8
| |\
| | * Backport Bug#37148 to 5.1He Zhenxing2010-01-241-5/+8
* | | Bug #51839 mixup of DDL causes slave to stopunknown2010-04-281-14/+16
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+12
* | | Manual merge from mysql-next-mr.Alexander Nozdrin2010-02-151-9/+15
|\ \ \
| * | | BUG#51021: current_stmt_binlog_row_based not removed in next-mrLuis Soares2010-02-101-0/+3
| * | | BUG#51021: current_stmt_binlog_row_based not removed in next-mrLuis Soares2010-02-091-9/+12
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-0/+13
|\ \ \ \ | |/ / /
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-301-0/+13
| |\ \ \
| | * \ \ Auto-merge from mysql-5.1-bugteam.Alexander Nozdrin2010-01-301-0/+13
| | |\ \ \ | | | |/ /
| | | * | Bug #49132 Replication failure on temporary table + DDLunknown2010-01-221-0/+13
| | | |/
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-051-5/+5
|\ \ \ \ | |/ / /
| * | | Auto-merge from mysql-next-mr.Alexander Nozdrin2010-01-211-6/+8
| |\ \ \
| | * \ \ merge mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeAlfranio Correia2010-01-071-6/+8
| | |\ \ \
| | | * \ \ merge mysql-5.1-rep+3 --> mysql-5.1-rep+2-delivery1Alfranio Correia2009-12-171-6/+8
| | | |\ \ \
| | | | * \ \ mergin 5.1 -> rep+2 -> rep+3. create_table_from_dump issue will be merged on ...Andrei Elkin2009-11-301-2/+2
| | | | |\ \ \
| | | | * | | | WL#2687 WL#5072 BUG#40278 BUG#47175Alfranio Correia2009-11-031-1/+1
| | | | * | | | merged fixes for BUG#39934 to 5.1-rpl+3Sven Sandberg2009-09-301-5/+7
| | | | |\ \ \ \
| | | | | * | | | BUG#39934: Slave stops for engine that only support row-based loggingSven Sandberg2009-07-141-2/+4
* | | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-041-5/+8
* | | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-041-61/+139
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | backported:Sergey Glukhov2010-01-151-61/+139
| |/ / / / / / /
* | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-161-0/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-111-0/+2
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Bug#48766 SHOW CREATE FUNCTION returns extra data in return clauseAlexander Barkov2009-12-021-0/+2
| | | |/ / / /
* | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-9/+193
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-121-16/+193
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-16/+24
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Bug#41726: upgrade from 5.0 to 5.1.30 crashes if you didn't run mysql_upgradeDavi Arnaut2009-11-211-13/+181
| | * | | | | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-3/+12
| | | |_|_|/ | | |/| | |
| * | | | | Auto mergeHe Zhenxing2009-11-211-0/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge with next-mrKonstantin Osipov2009-11-201-0/+3
| | |\ \ \ \ \
| * | | | | | | BUG#37148 Most callers of mysql_bin_log.write ignore the return resultHe Zhenxing2009-11-211-5/+8
| |/ / / / / /
* | | | | | | Patch that changes metadata locking subsystem to use mutex per lock andDmitry Lenev2010-01-211-3/+3
* | | | | | | Apply and review:Konstantin Osipov2009-12-291-37/+131
* | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2009-12-151-0/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-121-10/+10
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |