summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-166-15/+85
| * | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-169-185/+186
| * | Don't increment 'Empty_queries' for queries with errors.Monty2016-09-153-1/+18
| * | Test case for fix assertion/hang in read_init_file()Monty2016-09-152-2/+3
| * | Another attempt to fix bug mdev-10785 + cleanup for the previous attempt.Igor Babaev2016-09-142-8/+2
| * | Fixed bug mdev-10785.Igor Babaev2016-09-146-33/+59
| * | Merge branch '10.2' of github.com:MariaDB/server into 10.2Igor Babaev2016-09-133-2/+105
| |\ \
| | * | MDEV-10779 Failing assertion lex->proc_list.elements == 0 or syntax error on ...Alexander Barkov2016-09-133-2/+105
| * | | Fixed bug mdev-10783.Igor Babaev2016-09-133-1/+22
| |/ /
| * | Window functions fail with --ps-protocolVicențiu Ciorbaru2016-09-121-1/+6
| * | post-merge fixes for ec47beaSergei Golubchik2016-09-123-4/+5
| * | Fix sysvars_server_notembedded rdiff for 32-bitElena Stepanova2016-09-121-13/+4
| * | Merge pull request #232 from 0xAX/no-need-to-zero-vio-netSergey Vojtovich2016-09-121-1/+0
| |\ \
| | * | no need to set net->vio to zero in mysql_real_connectAlexander Kuleshov2016-09-091-1/+0
| * | | alter_table.test bug fixed.Alexey Botchkov2016-09-121-1/+1
| * | | Fixed bug mdev-10782.Igor Babaev2016-09-124-4/+68
| * | | Helper function for debugging.Oleksandr Byelkin2016-09-111-1/+45
| * | | Merge branch '10.2' of github.com:MariaDB/server into 10.2Igor Babaev2016-09-09597-5470/+10817
| |\ \ \
| | * | | Fix assertion/hang in read_init_file()Kristian Nielsen2016-09-091-1/+12
| | * | | It is now possible to remove values multiple times from window functionsVicențiu Ciorbaru2016-09-093-23/+80
| | * | | Add min/max test cases for window functionsVicențiu Ciorbaru2016-09-092-0/+146
| | * | | Enable almost all aggregate functions for window functionsVicențiu Ciorbaru2016-09-091-13/+7
| | * | | Make cursor implementation uniformVicențiu Ciorbaru2016-09-092-141/+387
| | * | | Extend Frame_cursor to report the current row it is pointing atVicențiu Ciorbaru2016-09-091-3/+72
| | * | | Add a method to disable the automatic adding of values from cursorsVicențiu Ciorbaru2016-09-091-0/+22
| | * | | Convert Partition_read_cursor to inherit from Table_read_cursorVicențiu Ciorbaru2016-09-091-6/+5
| | * | | MDEV-10097: Assertion `count > 0' failed in Item_sum_sum::add_helper(bool)Vicențiu Ciorbaru2016-09-093-4/+55
| | * | | MDEV-10059: Compute window functions with same sorting criteria simultaneouslyVicențiu Ciorbaru2016-09-094-446/+608
| | * | | MDEV-10763: Wrong result - server does not return NULL values from default li...Oleksandr Byelkin2016-09-093-2/+62
| | * | | MDEV-10765: Wrong result - query does not retrieve values from default partit...Oleksandr Byelkin2016-09-093-0/+108
| | * | | Fixed conditionOleksandr Byelkin2016-09-091-1/+1
| | * | | Merge parallel replication async deadlock kill into 10.2.Kristian Nielsen2016-09-099-47/+269
| | |\ \ \
| | | * | | Parallel replication async deadlock killKristian Nielsen2016-09-089-45/+267
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-09579-4824/+9027
| | |\ \ \ \
| | | * | | | fix the test to workSergei Golubchik2016-09-062-0/+3
| | | * | | | update plugin maturitiesSergei Golubchik2016-09-0515-83/+83
| | | * | | | cleanup: don't copy-paste, don't current_thdSergei Golubchik2016-09-051-36/+23
| | | * | | | MDEV-10545: Update perfschema.nesting resultNirbhay Choubey2016-09-021-66/+68
| | | * | | | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-09-023-9/+7
| | | * | | | MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate...Oleksandr Byelkin2016-08-313-0/+88
| | | * | | | Merge pull request #224 from 0xAX/build-get-rid-from-dieSergey Vojtovich2016-08-311-2/+0
| | | |\ \ \ \
| | | | * | | | remove die() from BUILD/autorun.shAlexander Kuleshov2016-08-251-2/+0
| | | * | | | | bump the VERSIONDaniel Bartholomew2016-08-301-1/+1
| | | | |/ / / | | | |/| | |
| | | * | | | MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate...mariadb-10.1.17Oleksandr Byelkin2016-08-298-0/+45
| | | * | | | MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2016-08-291-0/+1
| | | * | | | MDEV-10604 Create a list of unstable MTR tests to be disabled in distribution...Elena Stepanova2016-08-271-6/+107
| | | * | | | MDEV-9510: Print extra info to error logNirbhay Choubey2016-08-261-0/+26
| | | * | | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-08-26490-4293/+6999
| | | |\ \ \ \
| | | | * | | | Post merge fixes.Nirbhay Choubey2016-08-2513-57/+63
| | | | * | | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-25113-364/+1771
| | | | |\ \ \ \