summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14835 Server crashes in Field_iterator_table::create_item when number ofbb-10.3-mdev14835Galina Shalygina2018-02-143-1/+39
* MDEV-15215 main.partition_explicit_prune fails in bulidbot with assertion fai...Alexey Botchkov2018-02-132-25/+28
* MDEV-14990 mysql_upgrade fails with ERROR 1408 (HY000) at line 566: Event Sch...Sergei Golubchik2018-02-134-161/+5
* rename mysql.user and mysql.db columnSergei Golubchik2018-02-1220-98/+100
* MDEV-15146 SQLError[4122]: View is not system versionedSergei Golubchik2018-02-125-15/+88
* Remove ER_NON_VERSIONED_FIELD_IN_HISTORICAL_QUERYSergei Golubchik2018-02-126-115/+3
* MDEV-14785 SYSTEM_INVISIBLE behaviour not consistentSergei Golubchik2018-02-125-12/+159
* cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-129-15/+20
* cleanup: renamesSergei Golubchik2018-02-1210-63/+65
* fixes for ctagsSergei Golubchik2018-02-121-7/+8
* ALTER TABLE ... DROP COLUMN sys_startSergei Golubchik2018-02-124-64/+30
* ALTER TABLE ... DROP COLUMN sys_start should rename a "dropped" columnSergei Golubchik2018-02-126-62/+54
* Cannot DROP VERSIONING without dropping all visible AS ROW fieldsSergei Golubchik2018-02-123-0/+12
* Don't allow adding AS ROW START column to a not versioned tableSergei Golubchik2018-02-123-1/+12
* ALTER TABLE ... DROP VERSIONINGSergei Golubchik2018-02-124-25/+20
* INVISIBLE columns in USING and NATURAL JOINSergei Golubchik2018-02-125-5/+62
* cleanup: mark_common_columns()Sergei Golubchik2018-02-121-24/+14
* cleanup: remove duplicated codeSergei Golubchik2018-02-121-3/+1
* cleanup: simplify fill_record()Sergei Golubchik2018-02-121-11/+0
* cleanup: find_field_in_table()Sergei Golubchik2018-02-121-26/+7
* cleanup: TABLE::find_field_by_nameSergei Golubchik2018-02-121-4/+13
* MDEV-13417 UPDATE produces wrong values if an updated column is later used as...Sergei Golubchik2018-02-123-1/+32
* MDEV-13417 UPDATE produces wrong values if an updated column is later used as...Jerome Brauge2018-02-1229-75/+565
* MDEV-13946 Server RPMs have dependency on "which"Sergei Golubchik2018-02-128-121/+39
* Fix inadverent change in Sql_allocVladislav Vaintroub2018-02-101-1/+1
* Fix perfschema tests in debug mode.Vladislav Vaintroub2018-02-102-6/+13
* MDEV-14663 Assertion page_is_root(block->frame) failed in innobase_add_instan...Marko Mäkelä2018-02-081-2/+4
* Add page_has_prev(), page_has_next(), page_has_siblings()Marko Mäkelä2018-02-0815-101/+88
* MDEV-14427: encryption.innodb-bad-key-change failed in buildbotJan Lindström2018-02-082-65/+15
* Innodb, Windows : Reenable compiler optimizations for mem0mem.ccVladislav Vaintroub2018-02-081-7/+0
* MDEV-14953 - rename libmysqld.so to libmariadbd.soVladislav Vaintroub2018-02-083-4/+9
* Revert an accidental changeMarko Mäkelä2018-02-081-1/+1
* Remove dict_table_t::is_clust()Marko Mäkelä2018-02-087-19/+17
* MDEV-14407 Assertion failure during rollbackMarko Mäkelä2018-02-0813-70/+103
* Cleanup - removed warning suppression - no longer needed.Vladislav Vaintroub2018-02-071-3/+0
* Windows, compiling : use /permissive- switch to improve conformanceVladislav Vaintroub2018-02-0712-42/+61
* Windows, compile : reenable previously disabled warning C4291Vladislav Vaintroub2018-02-079-5/+12
* Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-0713-178/+94
* Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-0727-43/+43
* MDEV-15238 rpl.perf_buildin_semisync_issue40 sporadically fails on BBAndrei Elkin2018-02-074-0/+4
* Update wrong result test found by fix to mysql_upgradeMonty2018-02-073-3/+3
* On upgrade Truncate_versioning_privilege was not correct setMonty2018-02-073-6/+53
* Added error message for index file fullMonty2018-02-062-1/+10
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-067-45/+27
|\
| * MDEV-15115 Assertion failure in CREATE SEQUENCE...ROW_FORMAT=REDUNDANTMarko Mäkelä2018-02-063-1/+16
| * MDEV-15176: comment fix "1 00:10:10" -> "24:10:10"Alexander Barkov2018-02-051-1/+1
| * MDEV-15205 Remove mysql_type_to_time_type()Alexander Barkov2018-02-043-43/+10
* | Improve the documentation of some TRX_RSEG fieldsMarko Mäkelä2018-02-061-6/+6
* | Fix warningsVladislav Vaintroub2018-02-062-2/+2
* | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-06257-1543/+1514