summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18720 Assertion `inited==NONE' failed in ha_index_init upon update on ve...Sergei Golubchik2019-02-274-6/+37
* MDEV-18722 Assertion `templ->mysql_null_bit_mask' failed in row_sel_store_mys...Sergei Golubchik2019-02-273-5/+19
* MDEV-18713 Assertion `strcmp(share->unique_file_name,filename) || share->last...Sergei Golubchik2019-02-274-5/+21
* MDEV-18712 InnoDB indexes are inconsistent with what defined in .frm for tabl...Sergei Golubchik2019-02-274-1/+24
* MDEV-18707 Server crash in my_hash_sort_bin, ASAN heap-use-after-free in Fiel...Sergei Golubchik2019-02-274-4/+36
* Long Index is only allowed for unique keys not normal index.sachin2019-02-273-3/+92
* cleanup: set HA_PART_KEY_SEG properlySergei Golubchik2019-02-271-12/+9
* cleanup: reserve one keypart for for LONG_UNIQUE_HASH_FIELDSergei Golubchik2019-02-271-4/+4
* cleanup: cosmetic fixesSergei Golubchik2019-02-274-58/+45
* cleanup: set HA_PART_KEY_SEG for HA_KEY_ALG_LONG_HASH prefix keysSergei Golubchik2019-02-272-3/+2
* MDEV-18767 Port "MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN ...Alexander Barkov2019-02-289-81/+169
* MDEV-18679 Server crashes in JOIN::optimizeIgor Babaev2019-02-263-0/+54
* MDEV-18694 : Do not call close_connection() on active connections inbb-10.4-wlad-MDEV18694Vladislav Vaintroub2019-02-261-26/+7
* Yet another Adieu LOCK_thread_countSergey Vojtovich2019-02-261-1/+0
* Adieu LOCK_thread_count, COND_thread_countSergey Vojtovich2019-02-262-15/+5
* LOCK_thread_count and COND_thread_count removed from wsrep modules (#1197)seppo2019-02-267-104/+60
* MDEV-18719 Assertion (c.prtype ^ o->prtype) & ... failed on ALTER TABLEMarko Mäkelä2019-02-254-3/+40
* bump the VERSIONDaniel Bartholomew2019-02-251-1/+1
* MDEV-18408 Assertion `0' failed in Item::val_native_result / Timestamp_or_zer...Alexander Barkov2019-02-258-271/+411
* Fixed and recorded galera_sr.galera_sr_rollback_statementTeemu Ollakka2019-02-254-48/+59
* Simplified Wsrep_client_service::interrupted()Teemu Ollakka2019-02-253-14/+15
* Fixes to streaming replication BF abortsTeemu Ollakka2019-02-255-3/+313
* stop covering_keys from being set to the same thing twiceDaniel Black2019-02-241-7/+0
* fix embedded server testmariadb-10.4.3Oleksandr Byelkin2019-02-242-23/+23
* MDEV-18668 Server crash or ASAN use-after-poison in Item_equal_iterator /Igor Babaev2019-02-243-1/+30
* MDEV-18681 Server crashes in embedding_sjmIgor Babaev2019-02-243-8/+49
* Server maturity changeOleksandr Byelkin2019-02-231-1/+1
* Stabilize the test.Oleksandr Byelkin2019-02-233-0/+20
* make windows compiler happyOleksandr Byelkin2019-02-221-2/+2
* Fix buildbot Windows and bintar compile failuresachin2019-02-222-3/+3
* MDEV-371 Unique Index for long columnsSergei Golubchik2019-02-2211-134/+133
* mysql_prepare_create_table() inconsistencySergei Golubchik2019-02-222-2/+8
* MDEV-371 Unique Index for long columnsSachin2019-02-2246-98/+4118
* fix test to pass on embedded sereverOleksandr Byelkin2019-02-212-4/+4
* mysql_install_db: make sure the variable's value is visibleSergei Golubchik2019-02-211-5/+5
* MDEV-18677 clang-cl 7 fails to compile innodbMarko Mäkelä2019-02-211-5/+11
* MDEV-12484 Enable unix socket authentication by defaultSergei Golubchik2019-02-214-167/+17
* don't invoke error interceptors for fatal errorsSergei Golubchik2019-02-212-26/+2
* MDEV-18297 clarify mysql_install_db help textSergei Golubchik2019-02-211-0/+10
* MDEV-18297 How to reset a forgotten root passwordSergei Golubchik2019-02-215-40/+62
* don't consider the password "expired" if authentication is passwordlessSergei Golubchik2019-02-213-2/+35
* MDEV-7597 Expiration of user passwordsSergei Golubchik2019-02-2121-359/+251
* MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-2134-99/+1259
* try harder to link unix_socket plugin staticallySergei Golubchik2019-02-2112-50/+14
* update C/CSergei Golubchik2019-02-211-0/+0
* store string lengths in frm in 1-3 bytesSergei Golubchik2019-02-213-66/+65
* don't allow TIME columns in PERIOD specificationSergei Golubchik2019-02-213-1/+8
* UPDATE FOR PERIOD OF: don't crash on multi-table viewsSergei Golubchik2019-02-215-6/+32
* update sql_yacc_ora.yy to match sql_yacc.yySergei Golubchik2019-02-212-14/+60
* misc cleanupsSergei Golubchik2019-02-2110-100/+95