summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11115 CHECK constraints are not shown in I_S.TABLE_CONSTRAINTSMDEV-11115Jacob Mathew2017-03-161-0/+13
* Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-133-3/+13
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-133-13/+3
* MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-134-2/+30
* MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-133-1/+77
* MDEV-11582 InnoDB: Failing assertion: !((field)->vcol_info && !(field)->store...Sergei Golubchik2017-02-133-16/+78
* mtr: make sphinx skipping a bit less verboseSergei Golubchik2017-02-131-13/+3
* bugfix: uninit variableSergei Golubchik2017-02-131-1/+1
* MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-1311-111/+280
* support keyread in READ_RECORDSergei Golubchik2017-02-131-0/+12
* bugfix: disable ICP in InnoDB for indexes on virtual columnsSergei Golubchik2017-02-131-0/+6
* cleanup: make a couple of tests more robustSergei Golubchik2017-02-1311-172/+177
* cleanup: handler::key_readSergei Golubchik2017-02-139-44/+39
* find_all_keys: add an assert, remove current_thdSergei Golubchik2017-02-132-13/+15
* cleanup: TABLE::mark_columns_used_by_index()Sergei Golubchik2017-02-137-32/+32
* bugfix: don't calculate vcols if doing keyreadSergei Golubchik2017-02-131-1/+3
* cleanup: remove TABLE::add_read_columns_used_by_indexSergei Golubchik2017-02-134-37/+6
* bugfix: TABLE::mark_columns_used_by_index_no_resetSergei Golubchik2017-02-131-6/+0
* cleanup: mark_columns_used_by_index_no_reset in handler::get_auto_incrementSergei Golubchik2017-02-133-15/+13
* cleanup: mark_columns_used_by_index_no_reset in opt_range.ccSergei Golubchik2017-02-133-15/+10
* bugfix: TABLE::mark_columns_used_by_indexSergei Golubchik2017-02-132-1/+7
* cleanup: style fixes, sql_join_cache.ccSergei Golubchik2017-02-134-294/+289
* cleanup: TABLE::non_determinstic_insertSergei Golubchik2017-02-131-13/+2
* InnoDB: suppress posix_fallocate() failure errors when EINVALSergei Golubchik2017-02-131-10/+9
* fix rpl_binlog_errors test not to leave dbug enabledSergei Golubchik2017-02-133-12/+12
* MDEV-10352 Server crashes in Field::set_default on CREATE TABLESergei Golubchik2017-02-133-3/+13
* MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-133-0/+25
* MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-1317-121/+91
* oqgraph: remove redundant update_virtual_fields() callsSergei Golubchik2017-02-131-16/+0
* MDEV-11784 View is created with invalid definition which causes ERROR 1241 (2...Sergei Golubchik2017-02-133-24/+32
* Race condition in DEFAULT() with expressionsSergei Golubchik2017-02-133-8/+55
* MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-138-26/+63
* Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-132-5/+0
* MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-1331-5814/+12
* MDEV-11782 preparation: Add separate code for validating the 10.1 redo log.Marko Mäkelä2017-02-133-6/+98
* MDEV-11782 preparation: Remove recv_sys_t::last_block.Marko Mäkelä2017-02-132-28/+9
* Fix a memory leak on aborted InnoDB startup.Marko Mäkelä2017-02-132-4/+5
* Fixed bugs mdev-12051, mdev-10885.Igor Babaev2017-02-123-7/+147
* MDEV-7635: Fix for ctype_gbk_export_import.testNirbhay Choubey2017-02-111-2/+2
* Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-11219-2926/+11098
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-02-10226-2927/+11155
| |\
| | * Minor test improvementNirbhay Choubey2017-01-313-1/+5
| | * MDEV-11945: Fix description for "max_statement_time" in --helpNirbhay Choubey2017-01-314-8/+8
| | * MDEV-11817: Altering a table with more rows than ..Nirbhay Choubey2017-01-313-5/+55
| | * MDEV-11671: Duplicated [NOTE] output for changed innodb_page_sizeJan Lindström2017-01-312-39/+26
| | * MDEV-10812 WSREP causes responses being sent to protocol commandsSachin Setiya2017-01-313-1/+47
| | * Mdev-4774- Fix tests casesSachin Setiya2017-01-312-46/+51
| | * Merge 10.0 into 10.1 (test-only changes)Marko Mäkelä2017-01-2711-71/+25
| | |\
| | | * Clean up a few tests that kill the server.Marko Mäkelä2017-01-277-75/+26
| | | * MDEV-11814 test fixMarko Mäkelä2017-01-272-9/+7