summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+4
* Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-4/+7
|\
| * WL#2649 Number-to-string conversionsAlexander Barkov2010-02-111-2/+2
| * Bug #49130 Running mtr tests with valgrind and debug produces lots of warningsTor Didriksen2009-12-021-2/+2
| * Manual merge/pull from mysql-next-mr.Alexander Nozdrin2009-11-251-0/+3
| |\
| | * Backport of:Konstantin Osipov2009-11-241-0/+3
| * | merge of bug#35765 into mysql-next-mr-bugfixingMattias Jonsson2009-11-241-2/+2
| |/
* | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-3/+2
|\ \
| * | Bug #49829 Many "hides virtual function" warnings withStaale Smedseng2010-03-141-3/+3
* | | merge (and including the fix for bug#48939 since that was not included in mys...Mattias Jonsson2009-12-151-2/+2
| |/ |/|
* | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-1/+9
|\ \
| * | WL#751 Error message construction, backportSergey Glukhov2009-10-151-1/+9
* | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-31/+249
* | | Backport to 5.4 the following changesets:Konstantin Osipov2009-10-091-18/+10
|/ /
* | Backporting WL#3759 Optimize identifier conversion in client-server protocolAlexander Barkov2009-09-301-3/+61
* | WL#2110 (SIGNAL)Marc Alff2009-09-101-43/+50
|/
* Bug#44521 Executing a stored procedure as a prepared statement can sometimes ...Kristofer Pettersson2009-07-291-40/+90
* merged 5.0-bugteam -> 5.1-bugteam.Georgi Kodinov2009-02-271-1/+2
|\
* \ Auto-mergeRamil Kalimullin2009-02-261-6/+16
|\ \ | |/
| * Fix for bug#19829:make test Failed in mysql_client_testRamil Kalimullin2009-02-261-6/+16
| * Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-011-1/+4
| |\
* | | Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains thatMattias Jonsson2008-08-111-0/+3
* | | Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-5/+3
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-201-80/+164
|\ \ \
| * \ \ Merge station.:/mnt/raid/alik/MySQL/devel/5.1unknown2007-12-141-3/+7
| |\ \ \
| | * \ \ Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-12-131-3/+7
| | |\ \ \
| | | * \ \ Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-12-011-1/+4
| | | |\ \ \
| | | | * \ \ Merge mysql.com:/misc/mysql/32707/50-32707unknown2007-11-301-1/+4
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Merge mysql.com:/misc/mysql/32707/41-32707unknown2007-11-301-1/+4
| | | | | |\ \
| | | | | | * | Bug#32707: misdimensioned buffer in protocol layerunknown2007-11-271-1/+4
| | | * | | | | Merge mysql.com:/home/hf/work/mrg/my50-mrgunknown2007-12-011-2/+3
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | / | | | | | |_|/ | | | | |/| |
| | | | * | | Bug #32624 Error with multi queries in MySQL embedded server 5.1.22.unknown2007-11-291-2/+3
| | | | |/ /
| * | | | | Fix a compilation error.unknown2007-12-131-1/+0
| * | | | | Bug#12713 "Error in a stored function called from a SELECT doesn't unknown2007-12-121-72/+155
| |/ / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-141-100/+94
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Doxygenized comments.unknown2007-10-111-110/+108
* | | | | A patch for BUG#32148: killing a query may be ineffective.unknown2007-11-301-0/+6
| |/ / / |/| | |
* | | | Remove net_printf_error(). Do not talk to network directly inunknown2007-11-011-119/+1
* | | | Merge lambda.weblab:/home/malff/TREE/mysql-5.1-baseunknown2007-10-291-0/+1
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-10-231-0/+1
| |\ \ \ \
| | * \ \ \ Merge sunlight.local:/local_work/27216-bug-5.0-opt-mysqlunknown2007-09-241-0/+1
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Bug#27216: functions with parameters of different date types may return wrongunknown2007-09-221-0/+1
| | | * | Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-6/+6
* | | | | Rename: query_error -> is_slave_error.unknown2007-10-201-2/+2
|/ / / /
* | | | Remove an unused variable that was there since the first implementationunknown2007-10-151-1/+1
|/ / /
* | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-55/+59
* | | Removed not used define YY_MAGIC_BELOWunknown2007-03-231-6/+6
* | | Fix for BUG#735 "Prepared Statements: there is no support for Queryunknown2007-03-091-3/+4
* | | manual mergeunknown2007-03-091-34/+34
|\ \ \
| * | | Mechanical class renaming:unknown2007-01-301-34/+34