summaryrefslogtreecommitdiff
path: root/sql/sql_test.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-6/+6
| * | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-4/+4
| * | | | | | Merge to get make String reallocation fasterMichael Widenius2010-11-161-1/+2
| |\ \ \ \ \ \
| | * | | | | | Make SQLString reallocation addaptiveMichael Widenius2010-11-081-1/+2
* | | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-10/+9
* | | | | | | | merge.Sergei Golubchik2010-11-251-7/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | merge w/ 5.2Sergei Golubchik2010-11-021-5/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | sane implementation of Key_% status variables.Sergei Golubchik2010-10-291-5/+9
| * | | | | | Post-merge fixes part 1Sergey Petrunya2010-10-101-1/+1
| | |/ / / / | |/| | | |
| * | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-1/+3
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Merge with the latest changes in the 5.2 tree.Igor Babaev2010-03-291-7/+17
| | |\ \ \ | | | |/ /
| | * | | WL#86: Partitioned key cache for MyISAM.Igor Babaev2010-02-161-1/+3
| * | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-7/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Backport of subquery optimizations to 5.3.Sergey Petrunya2010-01-171-0/+59
| | |/ / | |/| |
* | | | Cleanup: remove unused declarations from sql_base.h.Konstantin Osipov2010-08-041-2/+2
* | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+0
* | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-7/+22
|\ \ \ \
| * | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-7/+22
* | | | | A follow up patch for the fix for Bug#51263 "Deadlock between Konstantin Osipov2010-06-011-1/+0
|/ / / /
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+5
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-7/+17
|\ \ \ \
| * \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-7/+17
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #50271: Debug output of JOIN structures is garbledTor Didriksen2010-01-281-7/+17
| | |/ /
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-2/+5
|\ \ \ \ | |/ / /
| * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-2/+5
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-9/+9
|\ \ \ \ | |/ / /
| * | | Merge cleanupMarc Alff2009-12-111-1/+1
| * | | Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marcMarc Alff2009-12-111-11/+10
| |\ \ \
| * | | | WL#2360 Performance schemaMarc Alff2009-12-091-8/+8
* | | | | Merge next-mr -> next-4284.Konstantin Osipov2009-12-161-11/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug #49130 Running mtr tests with valgrind and debug produces lots of warningsTor Didriksen2009-12-021-11/+10
| |/ / /
* | | | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-14/+26
|/ / /
* | | Backport of:Konstantin Osipov2009-11-241-14/+14
* | | Backport of:Konstantin Osipov2009-10-141-2/+2
|/ /
* | Bug#44164: TL_WRITE has no description in lock_descriptions[]Davi Arnaut2009-04-141-12/+16
* | WL#4189 mtr.pl v2Magnus Svensson2009-01-261-1/+1
* | Bug#35997 Event scheduler seems to let the server crash, if it is embedded.unknown2008-05-091-0/+4
* | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-03-071-2/+2
|\ \
| * | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-2/+2
* | | Fix for Bug#30217: Views: changes in metadata behaviourunknown2008-02-221-3/+3
|/ /
* | Fixes Bug#30127: --debug-info no longer prints memory usage in mysqlunknown2007-08-011-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-011-2/+2
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-2/+2
* | | Merge adventure.(none):/home/thek/Development/cpp/bug28644/my50-bug28644unknown2007-05-241-0/+2
|\ \ \ | |/ / |/| |
| * | Merge adventure.(none):/home/thek/Development/cpp/bug28644/my41-bug28644unknown2007-05-241-0/+2
| |\ \ | | |/ | |/|
| | * Bug#28644 Memory status report confused with memory leakunknown2007-05-241-0/+2
* | | A set of changes aiming to make the Event Scheduler more user-friendlyunknown2007-04-051-1/+1
* | | Fixed compiler warningsunknown2007-02-231-5/+7
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-311-1/+1
|\ \ \ | |/ /
| * | my_strtoll10-x86.s:unknown2006-12-311-1/+1