summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recording information_schema.result (forgotten in the patch for MDEV-9711)Alexander Barkov2016-09-061-0/+10
* MDEV-9711 NO PAD collationsAlexander Barkov2016-09-0672-345/+28253
* MDEV-10743 LDML: a new syntax to reuse sort order from another 8bit simple co...Alexander Barkov2016-09-0610-29/+325
* Fixed bug mdev-10737.Igor Babaev2016-09-053-0/+21
* MDEV-10741 sys_vars.sysvars_server_embedded 32-bit fails in buildbotElena Stepanova2016-09-051-84/+93
* MDEV-10742 LDML: make conf_to_src reuse common data between collationsAlexander Barkov2016-09-052-3225/+227
* MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-047-1/+67
* A fix for 1ca595fbf7d186bbe9f2f9896869b316d6e9567a (LDML refactoring)Alexander Barkov2016-09-032-2/+6
* LDML refactoring for "MDEV-9711 NO PAD collations"Alexander Barkov2016-09-0313-74/+299
* More DBUG_PRINT's to make it easier to debugMonty2016-09-013-1/+13
* Split rpl_parallel into two tests to make it easierMonty2016-09-016-602/+913
* Update test results, mysql-test/r/mysqld--help,win.rdiffSergei Petrunia2016-09-011-12/+12
* MDEV-9593 - Print the real version in the error logSergey Vojtovich2016-09-013-23/+30
* Adjusted test results after the previous merge.Igor Babaev2016-08-311-0/+9
* Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mdev9864Igor Babaev2016-08-312-7/+7
|\
| * Update sys_vars.sysvars_server_embedded after recent pushesSergei Petrunia2016-08-312-7/+7
* | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mdev9864Igor Babaev2016-08-3142-220/+3406
|\ \ | |/
| * Update mysql-test/r/mysqld--help,win.rdiffSergei Petrunia2016-08-311-7/+7
| * Fixed length of codding of COM_MULTI parts.Oleksandr Byelkin2016-08-311-13/+24
| * MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-3111-153/+198
| * MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-3132-266/+1169
| * MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-3122-153/+1483
| * MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-3128-46/+928
| * Fixed package build failure README -> README.mdSergey Vojtovich2016-08-311-1/+1
| * Merge pull request #222 from grooverdan/10.2-README-markdownSergey Vojtovich2016-08-312-2/+17
| |\
| | * Markdown README for a prettier github representationDaniel Black2016-08-242-2/+17
* | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301739-36692/+87310
|\ \ \ | |/ /
| * | Safety fix to previous patchMonty2016-08-301-2/+2
| * | Fixed failures for privilege_table_io and wsrep_cluster_address_basicMonty2016-08-293-8/+11
| * | Set server_id to 1 by default and disallow to set it to 0Monty2016-08-2910-46/+24
| * | Fixed compiler warning and failing test suite because system dependencyMonty2016-08-292-1/+2
| * | Better SHOW PROCESSLIST for replicationMonty2016-08-296-7/+32
| * | Feature_check_constraint status variableSergei Golubchik2016-08-275-3/+19
| * | re-fix vcols on demand, not always for every SELECTSergei Golubchik2016-08-274-2/+32
| * | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-279-171/+85
| * | optimize constant default expressionsSergei Golubchik2016-08-277-118/+141
| * | fix: CHECK and DEFAULT after CREATE ... SELECTSergei Golubchik2016-08-273-2/+30
| * | vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REFSergei Golubchik2016-08-273-4/+4
| * | cleanup: redundant variableSergei Golubchik2016-08-273-8/+3
| * | clarify the commentSergei Golubchik2016-08-271-3/+3
| * | clarify the error message for frm size overflowSergei Golubchik2016-08-274-6/+6
| * | fix: CREATE TABLE (col TIMESTAMP(6) DEFAULT NOW(2))Sergei Golubchik2016-08-275-70/+93
| * | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-2720-222/+422
| * | split fix_vcol_expr()Sergei Golubchik2016-08-271-43/+45
| * | NULL pointer dereferenceSergei Golubchik2016-08-271-2/+2
| * | fix: DEFAULT() in a view should be not updatableSergei Golubchik2016-08-271-0/+1
| * | fix: CURRENT_ROLE() inside SECURITY DEFINER viewsSergei Golubchik2016-08-273-15/+15
| * | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-27103-4252/+4256
| * | cleanup: use multi_alloc_rootSergei Golubchik2016-08-271-26/+16
| * | Merge pull request #226 from 0xAX/profile-must-be-enabledSergey Vojtovich2016-08-271-0/+4
| |\ \ | | |/ | |/|