summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-094-1/+51
* write frm pieces contiguously, don't align them on a 4K boundarySergei Golubchik2013-04-092-4/+4
* cleanup frm creation:Sergei Golubchik2013-04-092-4/+4
* HA_ERR_TABLE_DEF_CHANGED support in ha_archiveSergei Golubchik2013-04-094-4/+20
* remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-0913-42/+108
* fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-094-13/+29
* single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-092-0/+4
* revert Sergei Golubchik2013-04-094-35/+42
* * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-0916-23/+32
* file-based table discovery for discovering storage enginesSergei Golubchik2013-04-096-64/+128
* find_files(): don't sort files in my_dir(), sort table namesSergei Golubchik2013-04-0710-21/+21
* simplify test caseSergei Golubchik2013-04-072-12/+6
* mtr bug: files outside of both the suite dir and the overlay dir, wereSergei Golubchik2013-04-071-0/+2
* remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-072-1/+25
* small cleanupSergei Golubchik2013-04-071-1/+0
* Fix buildbot failure in show_explain.test:Sergey Petrunya2013-04-022-4/+4
* Merge 5.5->10.0-baseIgor Babaev2013-03-3116-36/+686
|\
| * Fix for MDEV-4144unknown2013-03-2910-30/+57
| * Merge 5.3->5.5.Igor Babaev2013-03-282-1/+498
| |\
| | * Merge.Igor Babaev2013-03-272-1/+498
| | |\
| | | * Fixed bug mdev-4318.Igor Babaev2013-03-222-1/+498
| * | | MergeIgor Babaev2013-03-273-1/+127
| |\ \ \
| | * | | Fixed bug mdev-4311 (bug #68749).Igor Babaev2013-03-273-1/+127
* | | | | 5.5 mergeSergei Golubchik2013-03-27333-2589/+5757
|\ \ \ \ \ | |/ / / /
| * | | | 5.3 mergeSergei Golubchik2013-03-2724-142/+732
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 5.2 mergeSergei Golubchik2013-03-266-2/+89
| | |\ \ \
| | | * \ \ 5.1 mergeSergei Golubchik2013-03-266-2/+89
| | | |\ \ \
| | | | * | | MDEV-4295 Server crashes in get_point on a query with Area, AsBinary, MultiPo...Alexey Botchkov2013-03-192-0/+11
| | | | * | | MDEV-4296 Assertion `n_linear_rings > 0' fails in Gis_polygon::centroid_xy.Alexey Botchkov2013-03-192-0/+11
| | | | * | | MDEV-4269 fix.unknown2013-03-182-0/+28
| | | | * | | MDEV-4252 geometry query crashes server.Alexey Botchkov2013-03-182-0/+18
| | | | * | | MDEV-4289 Assertion `0' fails in make_sortkey with GROUP_CONCAT, MAKE_SET, GR...Sergei Golubchik2013-03-182-0/+14
| | | | * | | MDEV-4252 geometry query crashes server.Alexey Botchkov2013-03-102-0/+4
| | * | | | | MDEV-4292 fix.unknown2013-03-262-10/+138
| | * | | | | MDEV-4310 geometry function equals hangs forever.Alexey Botchkov2013-03-222-12/+39
| | * | | | | MergeSergey Petrunya2013-03-212-0/+165
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | MDEV-4277: Crash inside mi_killed_in_mariadb() with myisammrgSergey Petrunya2013-03-212-0/+165
| | * | | | | MDEV-4293 Valgrind warnings (Conditional jump or move depends on uninitialise...Sergei Golubchik2013-03-202-0/+22
| | |/ / / /
| | * | | | MDEV-4283 Assertion `scale <= precision' fails in strings/decimal.cSergei Golubchik2013-03-182-0/+25
| | * | | | MDEV-4286 Server crashes in Protocol_text::store, stack smashing detectedSergei Golubchik2013-03-172-0/+15
| | * | | | MDEV-4281 Assertion `maybe_null && item->null_value' fails in make_sortkey on...Sergei Golubchik2013-03-178-20/+46
| * | | | | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-262-0/+44
| * | | | | fix @@external_user variableSergei Golubchik2013-03-263-5/+5
| * | | | | fixes for windowsSergei Golubchik2013-03-252-2/+4
| * | | | | MDEV-249 QUERY CACHE INFORMATIONSergei Golubchik2013-03-207-2/+80
| | |_|_|/ | |/| | |
| * | | | MDEV-4284 Assertion `cmp_items[(uint)cmp_type]' fails in sql/item_cmpfunc.ccSergei Golubchik2013-03-173-1/+18
| * | | | MDEV-4272 fix.unknown2013-03-142-8/+25
| * | | | OPTION is now a valid identifier (not a reserved word)Michael Widenius2013-03-144-12/+20
| * | | | MDEV-4214 : main.partition_rename_longfilename fails on eCryptFSElena Stepanova2013-03-142-0/+38
| * | | | MDEV-4265 5.5 is slower than 5.3 because of many str_to_datetime callsSergei Golubchik2013-03-132-0/+22