summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Post-merge fix: fixed a failure of cte_recursive.test.bb-10.4-MDEV-11953Igor Babaev2018-06-261-0/+1
* postreview code moving out of sql_yacc*.yyOleksandr Byelkin2018-06-263-597/+463
* An optimization of the code for mdev-11953.Igor Babaev2018-06-264-105/+80
* cleanupOleksandr Byelkin2018-06-263-213/+0
* fixed all failed testsOleksandr Byelkin2018-06-262-12/+2
* Applying Alexander Barkov patch:Oleksandr Byelkin2018-06-2623-543/+334
* MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-06-26101-3301/+5069
* MDEV-16451 Split Item_equal::add_const() into a virtual method in type_handler()Alexander Barkov2018-06-097-118/+271
* MDEV-11361 Equal condition propagation does not work for DECIMAL and temporal...Alexander Barkov2018-06-0823-170/+1114
* MDEV-16414 Add type_handler_xpath_nodeset and remove XPATH_NODESETAlexander Barkov2018-06-062-53/+59
* MDEV-14630 Replace {STRING|INT|REAL|DECIMAL|DATE}_ITEM to CONST_ITEMAlexander Barkov2018-06-0611-170/+148
* MDEV-16408 Remove tests for Item::type() in Item_basic_value::eq()Alexander Barkov2018-06-056-107/+283
* MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-0524-267/+216
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-0558-315/+433
|\
| * MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-0532-186/+184
| * Merge 10.2 into 10.3Marko Mäkelä2018-06-0414-73/+139
| |\
| | * MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debugMarko Mäkelä2018-06-048-77/+85
| | * MDEV-13834: Upgrade failure from 10.1 innodb_encrypt_logMarko Mäkelä2018-06-042-8/+19
| | * Better Link Spacinggvtek2018-06-011-0/+5
| | * MDEV-16353 Server crash on query with CTEIgor Babaev2018-05-313-1/+35
| | * Remove an unnecessary #includeMarko Mäkelä2018-05-301-4/+0
| * | cmake: shut up repeated NUMA status messagesSergei Golubchik2018-06-031-4/+4
| * | client.c: set connect attributes as late as possibleSergei Golubchik2018-06-031-3/+2
| * | MDEV-15991 Server crashes in setup_on_expr upon calling SP or function execut...Eugene Kosov2018-06-034-3/+40
| * | Vers cleanupsAleksey Midenkov2018-06-035-19/+10
| * | cleanup: vers tests, remove create_table procedureSergei Golubchik2018-06-034-32/+48
| * | Deb: Disable PIE in debian/rules on older Debian/Ubuntu releasesOtto Kekäläinen2018-06-021-0/+10
* | | cleanup: ASSERT_COLUMN_MARKED_FOR_WRITE_OR_COMPUTEDSergei Golubchik2018-06-042-49/+71
* | | cleanup: remove TABLE::vcol_setSergei Golubchik2018-06-0422-218/+94
* | | cleanup: copy_data_between_tables()Sergei Golubchik2018-06-041-4/+10
* | | bugfix: Item_field::register_field_in_read_mapSergei Golubchik2018-06-041-2/+4
* | | MDEV-15584 Linux use O_TMPFILEDaniel Black2018-06-042-1/+28
* | | mysys: ME_ERROR_LOG_ONLY flagSergei Golubchik2018-06-048-22/+26
* | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-0456-146/+138
* | | mysys: remove dead ME_xxx flagsSergei Golubchik2018-06-0430-61/+52
* | | MDEV-16379 Move Item_basic_const::used_table_map to Item_cacheAlexander Barkov2018-06-041-6/+10
* | | after merge fixesSergei Golubchik2018-06-036-40/+26
* | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031308-28704/+50160
|\ \ \ | |/ /
| * | Make MariaDB CRC32-lib platform independence (#780)Yuqi2018-06-016-8/+8
| * | Follow-up to MDEV-14168: Correct INNOBASE_DEFAULTSMarko Mäkelä2018-05-311-8/+7
| * | MDEV-16345 : No upgrade wizard in 10.3 in Windows packages.Vladislav Vaintroub2018-05-301-0/+3
| * | MDEV-16334 Incorrect ALTER TABLE for changing column optionMarko Mäkelä2018-05-304-41/+32
| * | After-merge fixesMarko Mäkelä2018-05-303-14/+15
| * | Deb: Import default.mk instead of only the subset buildflags.mkOtto Kekäläinen2018-05-291-24/+11
| * | Deb: Fix FTBFS on non-Linux architectures that don't support systemdJames Clarke2018-05-291-0/+3
| * | Deb: Don't disable PIE in debian/rules, it's enabled anywayAdrian Bunk2018-05-291-1/+1
| * | Deb: Clean away legacy rules sections which no longer have a functionOtto Kekäläinen2018-05-292-15/+0
| * | Merge 10.2 into 10.3Marko Mäkelä2018-05-2976-343/+1593
| |\ \ | | |/
| | * Allow tests to work with cmake -DPLUGIN_PARTITION=NOMarko Mäkelä2018-05-298-3/+6
| | * Add an end-marker to ease future mergesMarko Mäkelä2018-05-292-0/+3