summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbotSergei Golubchik2015-02-093-2/+3
| | | | | | | | | | | | include oqgraph into deb packages conditionally, just like we do with tokudb
| * | MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE ↵unknown2015-02-116-2/+62
| | | | | | | | | | | | | | | | | | | | | | | | with nested views Do not use merge_for_insert for commands which use SELECT because optimizer can't work with such tables. Fixes which makes multi-delete working with normally merged views.
| * | MDEV-7516 Assertion `!cur_p->event' failed in ↵Alexey Botchkov2015-02-103-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Gcalc_scan_iterator::arrange_event(int, int). When the distance in ST_BUFFER is too far negative the coordinates can run out of the operational area. We should just return an empty geometry in this case.
| * | Fix test failures on innodb-mdev-7055 and innodb-mdev-7513.Jan Lindström2015-02-105-5/+14
| | |
| * | Fix test failure on innodb-mdev-7055.Jan Lindström2015-02-102-1/+2
| | |
| * | MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8Jan Lindström2015-02-093-7/+17
| | | | | | | | | | | | | | | | | | The testcase fails randomly due to ibuf merge happening in the background. Fix not to do any merges with ibuf_debug enabled.
| * | Audit plugin v1.2.0.Alexey Botchkov2015-02-083-34/+701
| | |
| * | MDEV-7519 debian / ubuntu packaging creation of plugin table (if not exists)Elena Stepanova2015-02-081-1/+1
| | | | | | | | | | | | | | | | | | Previously IF NOT EXISTS was added in Debian version in revno 3543. Now added the same for Ubuntu.
| * | MDEV-7435 Windows debug: Run-Time Check Failure #3 - The variable 'unused' ↵Alexey Botchkov2015-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | is being used without being initialized. Fixed as it's done in 10.0.
| * | Fix test failure.Jan Lindström2015-02-042-3/+8
| | |
| * | MDEV-7538: Wrong constraint (TINYINT or MEDIUMINT and INT) Jan Lindström2015-02-042-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causes server crash Analysis: If wrong data types used on foreign constraint there was possibility that foreign->id is NULL when incorrect foreign constraint was removed from the dictionary cache. Fix: Add guard foreign->id != NULL before trying to lookup or remove the foreign constraint from dictionary cache. Tested using user database where problem was repeatable.
| * | InnoDB and XtraDB produce different output on MDEV-7513.Jan Lindström2015-02-042-0/+5
| | |
| * | MDEV-7055: MySQL#74664 - InnoDB: Failing assertion: len <= col->len || ↵Jan Lindström2015-02-044-4/+17
| | | | | | | | | | | | | | | | | | | | | col->mtype == 5 || (col->len == 0 && col->mtype == 1) in file rem0rec.cc line 845 Debug assertion maybe too strict.
| * | MDEV-7513: ib_warn_row_too_big dereferences null thdJan Lindström2015-02-043-8/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | | Analysis: Purge thread does not have thd and no access to handlerton. Fix: If thd does not exists we use sql_print_warning instead of push_warning_printf.
* | | Merge tag 'tokudb-7.5.5' into bb-5.5-mergeSergei Golubchik2015-02-1229-56/+552
|\ \ \
| * \ \ Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-222-0/+68
| |\ \ \
| | * \ \ Merge branch 'db801'Rich Prohaska2015-01-222-0/+68
| | |\ \ \
| | | * | | DB-801 test case for a tokudb update that should fail but succeedsRich Prohaska2015-01-212-0/+68
| | | | | |
| * | | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-211-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | DB-802 make.mysql.bash should extract and use the tokudb version as the git ↵Rich Prohaska2015-01-211-1/+1
| | |/ / / | | | | | | | | | | | | | | | tag. there was a broken RE
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-1915-1/+281
| |\ \ \ \ | | |/ / /
| | * | | DB-798 add the tokudb_rpl_check_readonly variable for RFRRich Prohaska2015-01-1915-1/+281
| | | | |
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-1610-13/+169
| |\ \ \ \ | | |/ / /
| | * | | DB-777 when a tokudb lock timeout occurs print info about the conflicting ↵Rich Prohaska2015-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | queries to the error log
| | * | | DB-777 when a tokudb lock timeout occurs print info about the conflicting ↵Rich Prohaska2015-01-152-2/+43
| | | | | | | | | | | | | | | | | | | | queries to the error log
| | * | | DB-788 fix optimize by index name test resultRich Prohaska2015-01-151-3/+0
| | | | |
| | * | | DB-478 DB-788 DB-789 optimize tokudb table enhancementsRich Prohaska2015-01-155-7/+84
| | | | |
| | * | | DB-792 link hot backup moved to sql/CMakeLists.txtRich Prohaska2015-01-151-5/+0
| | | | |
| | * | | DB-792 build tokudb backup pluginRich Prohaska2015-01-153-3/+45
| | | | |
| | * | | DB-793 add debug tracing to records_in_range to help debug query plan problemsRich Prohaska2015-01-141-1/+4
| | | | |
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-135-40/+1
| |\ \ \ \ | | |/ / /
| | * | | DB-791 remove memcache patchRich Prohaska2015-01-122-39/+0
| | | | |
| | * | | DB-790 remove the handle fatal signal mysql patchRich Prohaska2015-01-101-1/+1
| | | | |
| | * | | update the binlog group commit graphs for mariadb 10.0.15Rich Prohaska2015-01-082-0/+0
| | | | |
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-081-2/+5
| |\ \ \ \ | | |/ / /
| | * | | DB-781 check killed in tokudb get_next to terminate a big partition copy. ↵Rich Prohaska2015-01-071-2/+5
| | | | | | | | | | | | | | | | | | | | should be done in partition storage engine, however
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-041-7/+6
| |\ \ \ \ | | |/ / /
| | * | | DB-787 the tokudb_report_fractal_tree_info_for_db function can leak a db on ↵Rich Prohaska2015-01-041-7/+6
| | | | | | | | | | | | | | | | | | | | an error path where db->open fails
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2015-01-021-11/+15
| |\ \ \ \ | | |/ / /
| | * | | DB-785 turn off fsync on mariadb for 2PC transactionsRich Prohaska2015-01-021-11/+15
| | | | |
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2014-12-2810-1/+4
| |\ \ \ \ | | |/ / /
| | * | | DB-766 use an extra flag that is supported on MySQL and does not require a ↵Rich Prohaska2014-12-212-1/+4
| | | | | | | | | | | | | | | | | | | | tokutek patch to the wait_while_table_is_used function
| | * | | add sysbench update perf graphRich Prohaska2014-12-212-0/+0
| | | | |
| | * | | add sysbench update perf graphRich Prohaska2014-12-212-0/+0
| | | | |
| | * | | add sysbench update perf graphRich Prohaska2014-12-211-0/+0
| | | | |
| | * | | add sysbench update graphsRich Prohaska2014-12-214-0/+0
| | | | |
| | * | | add sysbench update perf graphRich Prohaska2014-12-211-0/+0
| | | | |
| * | | | Merge branch 'master' into releases/tokudb-7.5Rich Prohaska2014-12-172-4/+21
| |\ \ \ \ | | |/ / /
| | * | | DB-783 append -Wvla to compiler flags to allow variable length arrays to be ↵Rich Prohaska2014-12-171-4/+20
| | | | | | | | | | | | | | | | | | | | used in tokudb
| | * | | FT-635 adjust test result with new status variableRich Prohaska2014-12-171-0/+1
| | | | |