summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make mysqltest to use --ps-protocol morebb-10.4-psSergei Golubchik2018-11-1242-192/+323
* cleanup: remove one downcastSergei Golubchik2018-11-112-8/+8
* MDEV-17302 Add support for ALTER USER command in prepared statementSergei Golubchik2018-10-313-0/+9
* spider.show_system_tables: make the result stableSergei Golubchik2018-10-312-15/+12
* compilation failure on WindowsSergei Golubchik2018-10-314-6/+6
* MDEV-12321 authentication plugin: SET PASSWORD supportSergei Golubchik2018-10-3137-477/+710
* misc cleanupsSergei Golubchik2018-10-315-111/+70
* Use mysql.user.authentication_string for passwordSergei Golubchik2018-10-3133-385/+367
* cleanup: add 'const' to password validation APISergei Golubchik2018-10-314-7/+8
* cleanup: sql_acl.cc remove fix_plugin_ptr()Sergei Golubchik2018-10-311-19/+7
* cleanup: sql_acl.cc remove username=NULLSergei Golubchik2018-10-311-80/+55
* cleanup: sql_acl.cc password->LEX_CSTRINGSergei Golubchik2018-10-311-275/+244
* cleanup: safe_lexcstrdup_root()Sergei Golubchik2018-10-314-34/+26
* cleanup: get rid of a SQL warning in a testSergei Golubchik2018-10-31110-30425/+1
* my_print_defaults: remove --config-file/extra-fileDaniel Black2018-10-313-31/+7
* MDEV-16294 post-merge cleanupsSergei Golubchik2018-10-314-40/+24
* MDEV-16294: remove INSTALL SONAME IF EXISTS optionDaniel Black2018-10-313-12/+4
* MDEV-16294: postfix - INSTALL PLUGIN IF NOT EXISTSDaniel Black2018-10-313-47/+99
* MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN IF EXISTSDaniel Black2018-10-314-17/+93
* MDEV-17534 Implement fast path for ASCII range in strnxfrm_onelevel_internal()Alexander Barkov2018-10-241-0/+39
* A cleanup for MDEV-17511. Re-enabling ctype_ldml.test.Alexander Barkov2018-10-212-5/+4
* Disabling test ctype_ldml temporary: MDEV-17511 revealed a wrong test fragmentAlexander Barkov2018-10-211-0/+1
* MDEV-17511 Improve performance for ORDER BY with a CHAR(N) CHARACTER SET utf8...Alexander Barkov2018-10-211-0/+13
* MDEV-17477 Wrong result for TIME('-2001-01-01 10:20:30') and numerous other s...Alexander Barkov2018-10-208-161/+400
* MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-1960-1447/+4001
* MDEV-17502 MDEV-17474 Change Unicode xxx_general_ci and xxx_bin collation imp...Alexander Barkov2018-10-195-156/+430
* Merge 10.3 into 10.4Marko Mäkelä2018-10-198-9/+276
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-10-192-5/+0
| |\
| | * MDEV-17466: Remove the debug assertionMarko Mäkelä2018-10-191-2/+0
| | * Remove unused TIMETPFMarko Mäkelä2018-10-191-3/+0
| * | MDEV-17359 Concatenation operator || in like expressionhalfspawn2018-10-186-4/+276
* | | Merge 10.3 into 10.4Marko Mäkelä2018-10-1819-113/+503
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-10-181-2/+2
| |\ \ | | |/
| | * Fix the Windows buildMarko Mäkelä2018-10-181-2/+2
| * | Merge 10.2 into 10.3Marko Mäkelä2018-10-181-1/+1
| |\ \ | | |/
| | * Fix a merge error in commit 28f08d3753eb10a1393a63e6c581d43aad9f93b9Marko Mäkelä2018-10-181-1/+1
| * | Extend the use of innodb_default_row_format.combinationsMarko Mäkelä2018-10-183-108/+37
| * | Merge 10.2 into 10.3Marko Mäkelä2018-10-1715-4/+465
| |\ \ | | |/
| | * MDEV-13564: Set innodb_safe_truncate=ON by defaultMarko Mäkelä2018-10-1711-5/+14
| | * MDEV-17107 Assertion `table_list->table' failed in find_field_in_table_refIgor Babaev2018-10-172-0/+39
| | * MDEV-17098 DATE -> DATETIME replication conversion not working, even in ALL_N...Andrei Elkin2018-10-165-2/+219
| | * MDEV-17466 Virtual column value not available during purgeMarko Mäkelä2018-10-161-0/+2
| | * MDEV-16990:server crashes in base_list_iterator::nextVarun Gupta2018-10-143-1/+23
| | * Disabled storage_engine test for RocksDB due to unstable execution planElena Stepanova2018-10-131-0/+1
| | * MDEV-17354 Server crashes in add_key_field / .. / Item_func_null_predicate::a...Igor Babaev2018-10-123-1/+180
* | | Fixing "mtr --ps func_time" failures in the tests added for MDEV-17351Alexander Barkov2018-10-182-21/+22
* | | MDEV-17474 Change Unicode collation implementation from "handler" to "inline"...Alexander Barkov2018-10-182-32/+239
* | | Merge 10.3 into 10.4Marko Mäkelä2018-10-1759-244/+972
|\ \ \ | |/ /
| * | MDEV-17483 Insert on delete-marked record can wrongly inherit old values for ...Marko Mäkelä2018-10-173-3/+65
| * | MDEV-17419 Subquery with group by returns wrong resultsIgor Babaev2018-10-172-0/+81