MariaDB 10.2.5 Changelog
The most recent release of MariaDB 10.2 is:
MariaDB 10.2.44 Stable (GA) Download Now
Download Release Notes Changelog Overview of 10.2
Release date: 5 Apr 2017
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
- Merge Revision #ebce682557 2017-04-04 22:00:03 +0300 - Merge ../10.2-mariarocks into 10.2
- Revision #23b86a18e6
2017-04-04 17:46:56 +0300
- MariaRocks: temporarily disable 32-bit Windows builds
- Revision #15878ee41c
2017-04-04 18:55:18 +0000
- Windows, compiling : Remove _DEBUG preprocessor constant, to fix debug build with older cmake.
- Merge Revision #fb0b3640fe 2017-04-04 17:12:06 +0300 - Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks
- Revision #6d417a0bad
2017-04-04 08:50:01 +0000
- Fix aws_key_management compilation after mismerge
- Merge Revision #6e105d7535 2017-04-04 07:59:25 +0300 - Merge 10.1 into 10.2
- Revision #9505c96839
2017-04-03 19:36:54 +0300
- MDEV-12428 SIGSEGV in buf_page_decrypt_after_read() during DDL
- Revision #ac8218a0be
2017-03-31 17:40:42 +0200
- fix Ninja builds for AWS SDK
- Revision #31896aa6e2
2017-03-31 15:25:35 +0200
- put all aws_key_management plugin files into plugin/aws_key_management
- Revision #9de7386f6f
2017-03-31 16:01:37 +0000
- AWS KMS plugin : Fix building in case AWS C++ SDK was preinstalled into non-standard compiler/linker path (e.g vcpkg on Windows).
- Revision #00ab154d49
2017-04-03 15:59:38 -0700
- Fixed bug MDEV-10454.
- Revision #c85ea1ab6d
2017-04-04 12:39:27 +0300
- MDEV-12439: (Temporary) Don't run MariaRocks tests under valgrind
- Revision #d1fc3cc469
2017-04-04 12:36:14 +0300
- MariaRocks: temporarily disable a few failing tests
- Merge Revision #5e0ed6912f 2017-04-03 13:48:05 +0300 - Merge 10.2 into bb-10.2-mariarocks
- Revision #c07bb700c8
2017-03-29 08:08:50 +0300
- MDEV-11629: Unknown table 'innodb_cmp_per_index_reset' in
- Revision #238c6700dd
2017-04-01 18:55:42 +0200
- include C/C fix for binding of int values to string variables
- Revision #190591968e
2017-04-01 18:54:15 +0200
- vcol.wrong_arena fails in fulltest
- Revision #e68f7402c5
2017-04-01 15:59:45 +0200
- Avoid TARGET_LINK_LIBRARIES() for plugins
- Revision #22d8bb2706
2017-04-01 15:58:29 +0200
- MDEV-12421 Check constraint with query crashes server and renders DB unusable
- Revision #6315426565
2017-03-31 19:56:15 +0200
- restore libmariadb state
- Revision #124bae082b
2017-03-30 13:11:34 +0300
- MDEV-12289 Keep 128 persistent rollback segments for compatibility and performance
- Revision #0b9a13a8fc
2017-03-31 15:03:02 +0200
- update C/C to fix main.mysql_client_test_nonblock failures
- Revision #6fbcf4134a
2017-03-30 15:26:10 +0200
- properly close the table in fill_schema_table_from_frm()
- Revision #2f3d4bd566
2017-03-31 15:18:28 +0400
- MDEV-12416 OOM in create_virtual_tmp_table() makes the server crash
- Revision #5c66eb5c9f
2017-04-03 10:29:40 +0300
- Disable compilation of storage/rocksdb/unittest/test_properties_collector
- Revision #44bc2a0ef7
2017-04-02 23:38:28 +0300
- Post-fixes for "Rename plugin rocksdb_se to rocksdb"
- Revision #e7e6e30cb7
2017-04-02 23:14:12 +0300
- rocksdb_sys_vars should not be run if MyRocks is not compiled.
- Merge Revision #12f7cbc65b 2017-04-02 18:22:39 +0000 - Merge branch 'bb-10.2-mariarocks-wlad' of https://github.com/mariadb/server into bb-10.2-mariarocks-wlad
- Merge Revision #9b7ef6f77a 2017-04-02 12:38:40 +0000 - Merge branch 'bb-10.2-mariarocks' into bb-10.2-mariarocks-wlad
- Revision #96c48a0d89
2017-04-02 12:35:59 +0000
- rocksdb - fix failing tests on Windows
- Merge Revision #9501c7d06e 2017-04-01 16:05:08 +0000 - Merge branch 'bb-10.2-mariarocks' into bb-10.2-mariarocks-wlad
- Revision #a194390eb8
2017-03-30 13:11:34 +0000
- Allow to specify C runtime library used for compilation. Default to static release (previously static debug was used in debug builds, but not is appears to be too slow)
- Revision #ba85f519b9
2017-04-01 12:39:09 +0000
- Fixes for innodb crash recovery tests from Serg
- Revision #df92ba3459
2017-04-01 11:51:24 +0000
- MariaRocks : Fix looking up sst_dump
- Revision #980905c884
2017-04-01 11:01:36 +0000
- Fix result files
- Merge Revision #e6a28b298d 2017-04-01 10:55:54 +0000 - Merge branch 'bb-10.2-mariarocks' into bb-10.2-mariarocks-wlad
- Revision #58bff40d6c
2017-04-01 10:47:06 +0000
- Enable MariaRocks test on Buildbot
- Revision #62ba511314
2017-04-01 10:37:36 +0000
- Fix the build on Windows.
- Revision #45a9470ff3
2017-04-02 18:22:22 +0000
- Rename plugin rocksdb_se to rocksdb
- Revision #85a1d9edbe
2017-04-02 12:35:59 +0000
- rocksdb - fix failing tests on Windows
- Revision #0cca5bdf0b
2017-03-30 13:11:34 +0000
- Allow to specify C runtime library used for compilation. Default to static release (previously static debug was used in debug builds, but not is appears to be too slow)
- Revision #099ba3465e
2017-04-01 12:39:09 +0000
- Fixes for innodb crash recovery tests from Serg
- Revision #3599b4989d
2017-04-01 11:51:24 +0000
- MariaRocks : Fix looking up sst_dump
- Revision #440addf635
2017-04-01 10:47:06 +0000
- Enable MariaRocks test on Buildbot
- Revision #2be18d9b7f
2017-04-01 10:37:36 +0000
- Fix the build on Windows.
- Revision #c35a5884b0
2017-04-02 14:51:59 +0300
- Mark rocksdb.bulk_load and rocksdb.add_index_inplace_sstfilewriter as big
- Revision #0aa056f642
2017-04-02 13:12:19 +0300
- Disable persistent_cache.test due to upstream MyRocks issue #579.
- Revision #20d9fbcf9a
2017-04-02 12:18:23 +0300
- MDEV-12424: binlog_encryption.encrypted_* tests fail with Can't locate autodie.pm error
- Revision #74889de426
2017-04-01 16:11:19 +0300
- Apply a workaround for MyRocks upstream issue #569
- Revision #92c24fda08
2017-04-01 11:01:36 +0000
- Fix result files
- Revision #9cdc6bcfe4
2017-04-01 12:56:45 +0300
- Update test results after changes in search_pattern_in_file.inc
- Revision #321f5d9d70
2017-04-01 10:12:28 +0300
- Fix debian architecture parsing
- Revision #788382f77a
2017-04-01 06:32:20 +0300
- Fix coompilation on windows
- Revision #16a99c5ad9
2017-03-31 16:28:27 +0200
- MariaRocks tests: various cleanups
- Revision #b2865a437f
2017-03-14 15:36:30 +0100
- search_pattern_in_file.inc changes
- Revision #d6d994bf42
2017-03-12 11:18:51 +0100
- remove two redundant *.inc files to restart a server
- Revision #143e771dee
2017-03-13 10:18:15 +0100
- ha_start_consistent_snapshot() did not check for errors
- Revision #6e899642fe
2017-03-11 16:25:03 +0100
- move rocksdb specific changes into rocksdb
- Revision #9ce639af52
2017-03-10 19:41:48 +0100
- don't export all charsets to plugins
- Revision #76a262cdf8
2017-03-10 19:41:35 +0100
- remove my_hash_const_element(), use Hash_set in C++ code
- Revision #63798a6ea8
2017-03-13 10:21:00 +0100
- remove DB_TYPE_ROCKSDB
- Revision #dd3b7ad10f
2017-03-31 14:06:28 +0000
- MariaRocks : Run rocksdb suite on Windows
- Revision #54a892e133
2017-03-31 01:32:59 +0300
- Post-merge fixes
- Merge Revision #5210c69e71 2017-03-31 01:14:00 +0300 - Merge 10.2 into bb-10.2-mariarocks
- Revision #a0c79bcf00
2017-03-30 08:46:12 +0300
- Rename InnoDB transaction undo logging predicates.
- Revision #d1374c5b77
2017-03-30 14:34:45 +0300
- MDEV-12345 post-merge fix.
- Revision #72c6af8d1a
2017-03-30 13:12:57 +0200
- disable failing test, see MDEV-11420
- Merge Revision #da4d71d10d 2017-03-30 12:48:42 +0200 - Merge branch '10.1' into 10.2
- Revision #a00517ac97
2017-03-28 19:34:51 +0200
- restore the correct linking of ed25519 plugin
- Revision #9ab9a28b5d
2017-03-27 11:04:06 +0200
- disable innodb snappy for release builds
- Revision #c56b896c17
2017-03-28 12:28:09 +0300
- Fix test failure on debug_key_management test.
- Merge Revision #ba298b1f02 2017-03-24 18:20:09 +0200 - Merge 10.0 into 10.1
- Merge Revision #c51fc679f5 2017-03-24 18:19:15 +0200 - Merge 5.5 into 10.0
- Revision #a821ef7605
2017-03-24 18:01:56 +0200
- MDEV-11802 innodb.innodb_bug14676111 fails on buildbot
- Revision #716188f1d4
2017-03-24 10:02:31 +0100
- Fix some warnings on Windows compilation - silence warnings in ed25519 reference implementation - fix signed/unsigned warning in popular header item_func.h
- Revision #d7c35a9992
2017-03-23 19:28:36 +0000
- Fix compiler error
- Revision #e5b67a46bc
2017-03-23 11:48:56 +0000
- MDEV-12345 Performance : replace calls to clock() inside trx_start_low() by THD::start_utime
- Merge Revision #09a2107b1b 2017-03-21 19:20:44 +0100 - Merge branch '10.0' into 10.1
- Merge Revision #0d622bed4f 2017-03-21 11:35:50 +0100 - Merge branch '5.5' into 10.0
- Revision #577915def8
2017-03-20 18:53:45 +0100
- remove COPYING.LESSER
- Revision #8efdf89e42
2017-03-17 20:07:39 +0000
- MDEV-12126 Correct German error message.
- Revision #adbe1c5fe9
2017-03-14 17:31:29 +0530
- MDEV-6486: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed with SELECT SQ, TEXT field
- Revision #3990e55fef
2017-03-13 23:31:03 +0000
- Windows : Fix packaging when building with VS2017
- Revision #c99d71a29c
2017-03-12 01:10:04 +0100
- MDEV-12231 MariaDB fails to restart after 10.0.30-1.el7 update
- Revision #2abc313c37
2017-03-09 12:34:06 +0300
- Use correct function name in DEBUG_ENTER
- Revision #65ef8ec8aa
2017-03-08 11:12:12 +0000
- MDEV-12207 Include windows compatibility manifest into executable to make GetVersionEx work correctly
- Revision #4c35dce296
2017-03-18 22:50:14 +0200
- Clean up the test mentioned in MDEV-12052.
- Revision #8971286a3c
2017-03-16 14:03:17 +0100
- compiler warning
- Revision #2d0c579a86
2017-03-06 16:25:01 +0200
- Wait for slave threads to start during startup
- Revision #e7f55fde88
2017-03-06 16:02:50 +0200
- Removed wrong assert
- Revision #2c2bd8c155
2017-03-15 11:46:54 +0100
- MDEV-12261 build failure without P_S
- Revision #06f1f1aa6e
2017-03-14 00:24:06 +0200
- Make ELOOP be considered a File Not Found error when it comes from handlerton
- Revision #bbf0c9d4c3
2017-03-16 09:07:20 +0100
- cleanup: pfs_upgrade* tests
- Revision #386ef08704
2017-03-13 10:54:08 +0100
- MDEV-12233 main.mysql_upgrade_noengine fails in buildbot on ppc64le
- Revision #b1ec35b903
2017-03-16 17:30:13 +0200
- Add assertions when key rotation list is used.
- Revision #c333cae652
2017-03-16 13:35:36 +0200
- MDEV-11964 Add more stub missing man pages
- Revision #854359ffc5
2017-03-14 20:44:25 +0000
- Fix AWS KMS plugin's compile error
- Revision #50eb40a2a8
2017-03-14 12:56:01 +0200
- MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing
- Revision #a2f34809e5
2017-03-14 09:56:05 -0400
- bump the VERSION
- Revision #98be67266d
2017-03-13 23:13:24 +0000
- Fix truncation of affected rows and insert id in select_insert::send_ok_packet
- Merge Revision #9dc10d5851 2017-03-13 19:17:34 +0200 - Merge 10.0 into 10.1
- Revision #032678ad18
2017-03-10 18:33:38 +0200
- MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to finish
- Revision #68be011cf2
2017-03-11 20:59:52 +0200
- Updated list of unstable tests for 10.1.22
- Revision #2033844319
2017-03-11 12:42:55 +0100
- test failures in buildbot
- Revision #f0ec34002a
2017-02-10 13:26:55 +0200
- Correct FSF address
- Revision #2a0ae1c90a
2017-03-07 19:21:42 +0100
- MDEV-11965 -Werror should not appear in released tarballs
- Revision #5d40ed864e
2017-03-07 19:17:37 +0100
- MDEV-11752 Unsafe strmov - function definition in include/m_string.h
- Revision #e0a03ca30a
2017-03-06 01:27:34 +0100
- ed25519 plugin: simplify the api
- Revision #7120118a5e
2017-03-05 16:18:16 +0100
- MDEV-12160 Modern alternative to the SHA1 authentication plugin
- Revision #269ab56f8b
2017-03-06 22:42:00 +0100
- small plugin API related fixes
- Revision #227f63db3b
2017-03-06 19:37:48 +0100
- cleanup: sort various lists of services
- Revision #0877eff401
2017-03-06 19:34:22 +0100
- thd_rnd service
- Revision #6305533de2
2017-03-06 17:32:18 +0100
- Auth Plugin API: add THD to MYSQL_SERVER_AUTH_INFO
- Revision #051851b9a6
2017-03-06 17:05:03 +0100
- base64 service
- Revision #70a2efde03
2017-03-06 15:31:25 +0100
- remove old API for SHA2
- Revision #d6a7aece08
2017-03-06 13:06:03 +0100
- my_sha2 service
- Revision #bd1139ad27
2017-03-06 12:45:36 +0100
- cleanup: generalize my_sha1.cc
- Revision #6cddd12ad6
2017-03-05 15:50:32 +0100
- make sql_udf.cc to shorten dlerror() messages
- Revision #2b1bbac5fa
2017-03-05 20:51:31 +0100
- cleanup: remove a duplicate file
- Revision #aa51b559ab
2017-03-06 15:07:46 +0100
- typo fixed
- Revision #0633d0e2ed
2017-03-08 14:54:12 +0100
- don't show 'performance_schema_%_classes_lost' variables in tests
- Revision #3d06f0f72c
2017-03-04 17:17:00 +0100
- MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation
- Revision #c372388e48
2017-02-07 22:56:28 +0100
- make mysql_upgrade try to install missing storage engine plugins (MDEV-11942)
- Revision #8f1ca5e311
2017-03-03 15:27:19 +0100
- MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine
- Revision #48b1d17534
2017-03-02 15:36:18 +0100
- MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine
- Revision #25c32c89f1
2017-03-02 14:04:14 +0100
- trivial cleanup
- Revision #8eb66bc382
2017-03-02 20:59:29 +0100
- cleanup: change dd_frm_type() to return the engine name, not legacy_db_type
- Revision #1c8d2121ab
2017-03-02 06:53:07 +0100
- don't do vio_description(NULL)
- Revision #5fa04aae9e
2017-03-01 23:52:35 +0100
- MDEV-11842 Fail to insert on a table where a field has no default
- Revision #b6a1d6538b
2017-03-10 16:25:01 +0100
- compiler warnings
- Merge Revision #0094b6581d 2017-03-10 15:16:13 +0200 - Merge 10.0 into 10.1
- Revision #1d47bd61d5
2017-03-09 16:52:57 +0200
- Remove leftover merge conflict marker
- Revision #1b2b209519
2017-03-09 11:28:07 +0200
- Use correct integer format with printf-like functions.
- Revision #8805fe0d5c
2017-03-09 11:27:24 +0200
- Use %pure-parser instead of the deprecated %pure_parser.
- Revision #2158de8865
2017-03-09 11:26:36 +0200
- Remove unused variables.
- Revision #814d050760
2017-03-10 14:07:22 +0200
- MDEV-12215: main.repair_symlink-5543 fails in buildbot
- Revision #18de829618
2017-03-09 13:18:40 +0200
- MDEV-11964 Add missing stub manpages
- Revision #07d89fa59c
2017-03-09 16:52:57 +0200
- Remove leftover merge conflict marker
- Revision #5aacb861f2
2017-03-09 14:45:52 +0200
- WSREP: Use TRX_ID_FMT for trx_id_t in messages.
- Revision #b28adb6a62
2017-03-09 15:09:44 +0200
- Fix an error introduced in the previous commit.
- Revision #498f4a825b
2017-03-09 08:54:07 +0200
- Fix InnoDB/XtraDB compilation warnings on 32-bit builds.
- Merge Revision #ad0c218a44 2017-03-08 19:44:22 +0200 - Merge 10.0 into 10.1
- Revision #9fe92a9770
2017-03-08 11:13:34 -0500
- bump the VERSION
- Revision #e1e04c3d68
2017-03-08 14:40:02 +0200
- Correct a merge error.
- Merge Revision #fc0a6dd57f 2017-03-08 12:21:13 +0200 - Merge branch '5.5' into 10.0
- Revision #f65c9f825d
2017-03-07 15:52:17 +0200
- mysql_client_test_nonblock fails when compiled with clang
- Revision #74fe0e03d5
2017-03-08 11:46:34 +0200
- Remove unused declarations.
- Merge Revision #47396ddea9 2017-03-08 11:40:43 +0200 - Merge 5.5 into 10.0
- Revision #6860a4b556
2017-03-08 10:31:06 +0200
- MDEV-12206 Query_cache::send_result_to_client() may corrupt THD::query_plan_flags
- Revision #9c47beb8bd
2017-03-08 10:07:50 +0200
- MDEV-11027 InnoDB log recovery is too noisy
- Revision #1fd3cc8c1f
2017-03-08 10:06:34 +0200
- Fix a compiler warning.
- Revision #17a1b194e2
2017-03-08 10:03:35 +0200
- Fix some GCC 6.3.0 warnings in MyISAM and Maria.
- Revision #30cac41c2f
2017-03-06 23:07:59 +0400
- MDEV-11084 server_audit does not work with mysql_community 5.7.16.
- Revision #43903745e5
2017-03-05 10:58:05 +0530
- MDEV-11078: NULL NOT IN (non-empty subquery) should never return results
- Revision #6b8173b6e9
2017-03-03 11:47:31 +0200
- MDEV-11520: Retry posix_fallocate() after EINTR.
- Revision #75f6067e89
2017-02-28 17:39:28 +0100
- MDEV-9635: Server crashes in part_of_refkey or assertion `!created && key_to_save < (int)s->keys' failed in TABLE::use_index(int) or with join_cache_level>2
- Merge Revision #c4f3e64c23 2017-03-06 21:50:42 +0200 - Merge branch 'bb-10.0-vicentiu' into 10.0
- Revision #dc1c9e69d0
2017-03-06 19:25:22 +0200
- Make tokudb report ENOENT when renaming table to nonexistant DB
- Revision #3da916246f
2017-03-06 19:17:15 +0200
- Revert "Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80"
- Revision #9741017b1f
2017-03-05 15:17:23 +0200
- Disable 2 tokudb tests
- Revision #7bf914e157
2017-03-05 14:50:03 +0200
- rpl_extra_col_slave_tokudb changes result set
- Revision #97041acf7f
2017-03-05 14:32:30 +0200
- Fix tokudb.gap_lock_error test
- Revision #4c3b732d9f
2017-03-05 12:26:32 +0200
- Updated list of unstable tests for 10.0.30 release
- Merge Revision #1cac281ebe 2017-03-05 02:44:39 +0200 - Merge branch 'merge-pcre' into 10.0
- Revision #dfd7749120
2017-03-05 02:27:59 +0200
- 8.40
- Merge Revision #895b253963 2017-03-05 02:22:40 +0200 - Merge remote-tracking branch 'connect/10.0' into 10.0
- Revision #b2956b2ab4
2017-03-02 12:12:53 +0100
- Update version number and date modified: storage/connect/ha_connect.cc
- Revision #d75e5e6e26
2017-02-24 23:21:20 +0100
- Fix crashing when joining two JDBC tables.. Was in close (the virtual machine could have been detached. modified: storage/connect/jdbconn.cpp
- Revision #6f34d8807c
2017-02-16 18:01:48 +0100
- All changes made on 10.1
- Revision #82913b0e90
2017-01-17 19:39:49 +0100
- Commit changes made for version 10.1
- Revision #fa59ac5055
2017-03-05 02:01:49 +0200
- Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80
- Merge Revision #b7a3bce06e 2017-03-05 02:01:21 +0200 - Merge branch 'merge-tokudb-5.6' into 10.0
- Revision #d71df7e1db
2017-03-05 01:31:32 +0200
- 5.6.35-80.0
- Revision #5139c4b688
2017-03-05 01:06:01 +0200
- Update xtradb version to match the merged one
- Revision #5d0c123007
2017-03-05 01:00:21 +0200
- Add missing sys_var test for innodb_stats_include_delete_marked
- Merge Revision #83da1a1e57 2017-03-05 00:59:57 +0200 - Merge branch 'merge-xtradb-5.6' into 10.0
- Revision #8d69ce7b82
2017-03-04 20:49:14 +0200
- 5.6.35-80.0
- Revision #f4806772d3
2017-03-03 20:16:16 +0200
- Add missing DBUG_RETURN
- Revision #606a4a4847
2017-03-03 20:12:48 +0200
- Post MDEV-11902 Fix test failures in maria and myisam storage engines
- Merge Revision #1acfa942ed 2017-03-03 01:37:54 +0200 - Merge branch '5.5' into 10.0
- Revision #5a0fff50f8
2017-02-26 15:40:18 -0800
- Fixed bug MDEV-12099.
- Revision #199f88cb9c
2017-02-23 12:48:15 +0100
- MDEV-5999 MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - REQUIRES FLUSH PRIVILEGES
- Revision #494a94158a
2017-02-23 12:41:13 +0100
- Fix for bug#11759114 - '51401: GRANT TREATS NONEXISTENT FUNCTIONS/PRIVILEGES DIFFERENTLY'.
- Revision #0a480f03c6
2017-02-23 10:37:02 +0100
- delete the installation warning for CentOS4/RHEL4
- Revision #2c354e7468
2017-02-23 10:34:51 +0100
- MDEV-11789 MariaDB fails to restart after 10.0.29-1.el7 update
- Revision #713d513624
2017-02-23 10:32:34 +0100
- MDEV-12074 selinux build failure on Fedora 24
- Revision #831b531895
2017-02-22 15:22:22 +0100
- MDEV-10788 Not able to compile source with -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=Debug
- Revision #44534487d4
2017-02-21 11:07:42 +0100
- MDEV-11505 wrong databasename in mysqldump comment
- Revision #d72dbb4122
2017-02-20 22:40:47 +0100
- bugfix: remove my_delete_with_symlink()
- Revision #955f2f036d
2017-02-20 19:53:12 +0100
- race-condition safe implementation of test_if_data_home_dir()
- Revision #93cb0246b8
2017-02-20 11:07:38 +0100
- race-condition safe implementation of mi_delete_table/maria_delete_table
- Revision #6d50324558
2017-02-20 22:41:17 +0100
- support MY_NOSYMLINKS in my_delete()
- Revision #f2d24ea68b
2017-02-20 13:39:54 +0100
- compilation failure
- Revision #b6862c914f
2017-02-18 15:18:35 +0100
- cleanup: remove now-unused argument
- Revision #b27fd90ad3
2017-02-15 18:45:19 +0100
- MDEV-11902 mi_open race condition
- Revision #d78d0d459d
2017-02-18 10:38:14 +0100
- cleanup: NO_OPEN_3 was never defined
- Revision #8722d4b8d2
2017-02-18 10:20:15 +0100
- cleanup: remove 16-year-old "TODO"
- Revision #c826ac9d53
2017-02-18 10:10:34 +0100
- cleanup: mysys_test_invalid_symlink
- Revision #24d8bc707a
2017-02-18 10:08:49 +0100
- cleanup: my_register_filename()
- Revision #3cba74e032
2017-02-18 10:01:31 +0100
- cleanup: fn_format, remove dead code
- Revision #924a81a548
2017-02-18 15:06:25 +0100
- bugfix: DEBUG_SYNC() invoked with no THD
- Revision #8897b50dca
2017-02-16 13:24:00 +0100
- MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::write_record_data
- Revision #eef2101489
2017-02-16 11:32:47 +0100
- MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_list
- Revision #ac78927aef
2017-02-24 00:10:08 -0800
- Fixed bug MDEV-7992.
- Revision #bdb672fe96
2017-02-23 19:46:10 +0200
- MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrind
- Revision #365c4e971a
2017-02-22 10:03:33 +0200
- MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much.
- Revision #6de50b2c7f
2017-02-22 09:17:30 +0200
- MDEV-11520 post-fixes
- Revision #32591b750f
2017-02-22 11:40:01 +0530
- MDEV-11718 5.5 rpl and federated tests massively fail in buildbot with valgrind
- Revision #cf673adee2
2017-02-22 01:36:16 +0400
- MDEV-10418 Assertion `m_extra_cache' failed in ha_partition::late_extra_cache(uint).
- Revision #978179a9d4
2017-02-20 17:58:42 +0200
- MDEV-11520 Extending an InnoDB data file unnecessarily allocates a large memory buffer on Windows
- Revision #2bfe83adec
2017-02-20 17:16:59 +0200
- Remove a bogus Valgrind "suppression".
- Revision #5ddfcb05ca
2017-02-17 13:37:18 +0100
- MDEV-9455: [ERROR] mysqld got signal 11
- Revision #1b7aae90fb
2017-02-20 18:22:01 +0400
- MDEV-11904 Make Audit Plugin working with MySQL 8.0.
- Revision #6364adb199
2017-02-18 20:39:49 +0200
- MDEV-10621 parts.partition_float_myisam failed with timeout in buildbot
- Revision #f49375fddf
2017-02-16 23:44:54 -0800
- Fixed bug MDEV-9028.
- Revision #b70cd26d73
2017-02-17 00:57:24 +0200
- MDEV-11668 rpl.rpl_heartbeat_basic fails sporadically in buildbot
- Revision #29d78dbb44
2017-02-12 23:19:48 +0600
- minor typo in a description of mysql_parse()
- Revision #108b211ee2
2017-02-16 12:02:31 +0200
- Fix gcc 6.3.x compiler warnings.
- Revision #2e8fa1c2b2
2017-02-13 17:29:32 -0500
- MDEV-12058: MariaDB Test Suite issue with test sys_vars.secure_file_priv.test
- Revision #60c932a3d0
2017-01-27 16:47:00 +0200
- backported build-tags from 10.2 to ensure that 'make tags' works again with xemacs
- Revision #5c9baf54e7
2017-01-27 16:46:26 +0200
- Fix for memory leak in applications, like QT,that calls my_thread_global_init() + my_thrad_global_end() repeatadily. This caused THR_KEY_mysys to be allocated multiple times.
- Revision #46eef1ede2
2017-01-23 19:40:22 -0800
- Fixed bug MDEV-11859.
- Revision #f003cc8a35
2017-01-18 11:42:41 -0800
- Fixed bug MDEV-8603.
- Revision #bb4ef470c2
2017-03-08 17:35:55 +0200
- Minor wording fix in mysqladmin man page
- Revision #19629ebf81
2017-03-07 15:06:01 +0400
- MDEV-10646 - System Unit File After network-online
- Revision #fa137476ff
2017-03-03 12:33:24 +0400
- MDEV-11941 - Lintian complains about executable bits
- Revision #aeff61ee58
2017-03-07 17:27:27 +0400
- MDEV-12064 Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES.
- Revision #ea31755760
2017-01-05 12:07:26 +0100
- properly set paths in systemd unit files
- Revision #dbd1d7ea8e
2017-01-23 11:58:41 +0100
- Updated innotop on debian/additions from 1.7.1 to 1.11.4
- Revision #7be541f281
2017-02-26 16:49:47 +0100
- spelling fixes
- Revision #e823023e4b
2015-04-21 08:32:31 +0200
- Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES
- Revision #68d632bc5a
2017-03-06 10:02:01 +0200
- Replace some functions with macros.
- Merge Revision #adc91387e3 2017-03-03 13:27:12 +0200 - Merge 10.0 into 10.1
- Revision #29c776cfd1
2017-03-03 12:03:33 +0200
- MDEV-11520: Retry posix_fallocate() after EINTR.
- Revision #d04d835f64
2017-02-28 22:26:53 +1100
- MDEV-11610: support-files/mysql-log-rotate.sh not binlog either
- Revision #156cf86def
2017-02-28 21:47:44 +1100
- MDEV-11610: Alter Debian log rotate to not rotate binary/relay logs
- Revision #0af8b565f2
2017-02-28 21:39:34 +1100
- MDEV-11610: mysqladmin flush-X-log options
- Revision #33c1f20d8e
2017-02-28 20:21:19 +1100
- MDEV-11610: Add --local to mysqladmin
- Revision #659047b820
2017-01-23 08:34:59 +1100
- MDEV-11386: Advance Toochain library cache workaround (temporary)
- Revision #71f53bf72d
2017-03-02 12:35:31 +0400
- MDEV-11221 - main.events_restart failed in bb
- Revision #c1c5b7a8d2
2017-03-01 11:41:48 +0400
- Fixed missing DBUG_RETURN
- Revision #e9ad4bdb42
2017-02-28 15:23:44 +0400
- MDEV-11221 - main.events_restart failed in bb
- Revision #cc413ce9a3
2017-02-23 20:45:07 +0100
- MDEV-11753 Link failure on missing -L${LIBLZ4_LIBRARY_DIR}
- Revision #370cf70136
2017-02-22 19:50:27 +0100
- MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB tables
- Revision #6a12c05347
2017-02-10 22:39:22 +0200
- Fixed wrong arguments to sql_print_error()
- Revision #84ed5e1d5f
2017-02-10 22:35:04 +0200
- Fixed hang doing FLUSH TABLES WITH READ LOCK and parallel replication
- Revision #f3c65ce951
2017-02-10 20:30:37 +0200
- Add protection to not access is_open() without LOCK_log mutex
- Revision #b624b41abb
2017-02-10 20:25:01 +0200
- Don't allow one to kill START SLAVE while the slaves IO_THREAD or SQL_THREAD is starting.
- Revision #d7a9aed43f
2017-02-08 02:14:54 +0200
- Fixed test failing as myisam table was deleted before oqgraph table.
- Revision #4bad74e139
2017-02-05 02:23:49 +0200
- Added error checking for all calls to flush_relay_log_info() and stmt_done()
- Revision #a2de378c00
2017-01-30 16:13:49 +0200
- Add protection for reinitialization of mutex in parallel replaction
- Revision #c5e25c8b40
2017-01-29 23:44:24 +0200
- Added a separate lock for start/stop/reset slave. This solves some possible dead locks when one calls stop slave while slave is starting.
- Revision #e65f667bb6
2017-01-29 22:10:56 +0200
- MDEV-9573 'Stop slave' hangs on replication slave
- Revision #d5c54f3990
2017-01-29 18:18:19 +0200
- Fixed compiler warnings
- Revision #ce903428a8
2017-02-23 11:27:52 +0200
- Update MariaDB Foundation sponsors
- Revision #d4baeca441
2017-02-28 12:57:33 +0000
- Windows : Fix server compile errors when compile with /Zc:strictStrings option
- Revision #fc673a2c12
2017-02-28 09:54:12 +0200
- MDEV-12127 InnoDB: Assertion failure loop_count < 5 in file log0log.cc
- Revision #b54566d73b
2017-02-28 10:08:12 +1100
- MDEV-11619: mtr --mem {no argument of a directory} (#320)
- Revision #e5b877ce27
2017-02-23 21:50:55 +0100
- MDEV-11935: Queries in stored procedures with and EXISTS(SELECT * FROM VIEW) crashes and closes hte conneciton.
- Revision #fdeeab01c0
2017-02-26 23:01:23 +0400
- MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.
- Revision #ae142c21a5
2017-02-23 14:24:34 +0200
- MDEV-12106 Valgrind tests fail all over in buildbot on 10.0
- Revision #bc28b305e5
2017-02-20 11:36:33 +1100
- Remove warning: unused variable 'volatile_var' [-Wunused-variable]
- Merge Revision #88b5eedef2 2017-03-02 08:29:52 +0200 - Merge pull request #312 from grooverdan/10.0-MDEV-10515-stat_tables_par-test-fix
- Revision #e2d6760d8a
2017-02-16 16:42:25 +1100
- MDEV-10515: Correct stat_tables_par test results
- Revision #ad2e38153c
2017-03-01 10:07:54 +0000
- AWS key management plugin: Fix search for system installed AWS SDK libs
- Revision #7f7673033e
2017-02-22 19:55:54 +0200
- Remove an unused variable.
- Revision #ec4cf111c0
2017-02-22 17:17:00 +0200
- MDEV-11520 after-merge fix for 10.1: Use sparse files.
- Merge Revision #e1e920bf63 2017-02-22 15:53:05 +0200 - Merge 10.0 into 10.1
- Revision #a0ce92ddc7
2017-02-22 12:32:17 +0200
- MDEV-11520 post-fix
- Revision #81695ab8b5
2017-02-21 16:52:41 +0200
- MDEV-11520 Extending an InnoDB data file unnecessarily allocates a large memory buffer on Windows
- Revision #6dc00f97b7
2017-02-21 15:03:34 +0200
- MDEV-11774 tokudb.locks-select-update-3 failed in buildbot with lock wait timeout
- Merge Revision #3c47ed4849 2017-02-20 14:02:40 +0200 - Merge 10.0 into 10.1
- Revision #13493078e9
2017-02-16 19:40:03 +0200
- MDEV-11802 innodb.innodb_bug14676111 fails
- Revision #72994d6442
2017-02-17 10:36:50 +0200
- Revert the MDEV-4396 tweak to innodb.innodb_bug14676111.
- Revision #343ba58562
2017-02-18 16:33:18 +0200
- MDEV-10631 rpl.rpl_mdev6386 failed in buildbot
- Revision #72a822f2ec
2017-02-17 20:09:14 +0200
- MDEV-11766 Tests failed in buildbot with semaphore waiting warnings
- Revision #5e42c958a5
2017-02-20 10:43:42 +1100
- MDEV-11619: mtr --mem and $MTR_MEM support in sane and consistent manner (10.0) (#289)
- Revision #01d5d6db4c
2017-02-16 11:16:27 +0200
- Fix GCC 6.3.0 warnings.
- Revision #ba4d0a1b35
2017-02-17 12:47:09 +0400
- There's no systemd socket activation support yet
- Revision #32170cafad
2017-02-16 11:12:24 +0200
- MDEV-12075 innodb_use_fallocate does not work in MariaDB Server 10.1.21
- Revision #74a5638a1d
2017-02-13 18:40:24 -0500
- MDEV-11530: wsrep_info.plugin fails sporadically in buildbot
- Revision #66822f164f
2017-02-11 01:14:06 +0200
- Follow-up to MDEV-10731 - fix the broken test
- Revision #de9963b786
2017-02-10 17:41:35 +0200
- After reivew fixes.
- Revision #41cd80fe06
2017-02-10 16:05:37 +0200
- After review fixes.
- Revision #c2b217e243
2017-02-09 22:23:26 +0530
- MDEV-10731: Wrong NULL match results in "Subquery returns more than 1 row" (error code 1242)
- Revision #99b2de92c6
2017-02-09 09:36:10 +0200
- Post-push fix for MDEV-11623: Remove an unused variable.
- Merge Revision #ef065dbbc2 2017-02-09 08:51:52 +0200 - Merge 10.0 into 10.1
- Revision #6011fb6daa
2017-02-09 08:47:38 +0200
- Post-push fix for MDEV-11947 InnoDB purge workers fail to shut down
- Revision #0340067608
2017-02-07 20:08:07 +0200
- After review fixes for MDEV-11759.
- Merge Revision #9017a05d87 2017-02-08 17:30:25 +0200 - Merge 10.0 into 10.1
- Revision #d831e4c22a
2017-02-08 15:42:15 +0200
- MDEV-12024 InnoDB startup fails to wait for recv_writer_thread to finish
- Revision #981534b1dd
2017-02-08 11:40:09 +0200
- Remove unnecessary have_debug.inc, not_valgrind.inc
- Revision #cbdc389ec9
2017-02-08 11:35:35 +0200
- MDEV-12022 InnoDB wrongly ignores the end of an .ibd file
- Revision #06a7923f4f
2017-02-08 10:06:18 +0200
- Remove some more error log spam.
- Revision #257eea3dac
2017-02-07 16:09:24 +0200
- Remove some error log spam by not effectively setting DEBUG_DBUG='d'.
- Merge Revision #2e67e66c3a 2017-02-08 08:53:34 +0200 - Merge 10.0 into 10.1
- Revision #f162704570
2017-01-30 17:00:51 +0200
- Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF.
- Revision #20e8347447
2017-02-03 12:25:42 +0200
- MDEV-11985 Make innodb_read_only shutdown more robust
- Revision #9f0dbb3120
2017-02-03 18:17:36 +0200
- MDEV-11947 InnoDB purge workers fail to shut down
- Revision #e174d923d9
2017-02-03 19:33:09 +0200
- innodb.innodb-get-fk: Actually test --innodb-read-only.
- Revision #1d725c8176
2017-02-01 02:16:01 +0200
- Flush suppressions table to prevent corruption when server is killed
- Revision #b3dac63f9b
2017-02-01 02:14:37 +0200
- Produce better diagnostics when backtrace attempt fails
- Revision #923d7d0ad2
2017-01-29 00:50:28 +0200
- Set sys_errno upon exec command
- Revision #c46d140961
2017-01-29 21:00:02 +0200
- MDEV-11764 perfschema.table_name fails in buildbot
- Revision #f7e03d4419
2017-01-30 18:35:26 -0500
- MDEV-4774: Fix test case
- Revision #6da2adfaa2
2017-02-07 13:54:46 -0500
- MDEV-12005: GET_LOCK: Fractional part of timeout is ignored
- Revision #5c7111cb7c
2017-02-07 14:32:09 +0200
- Add suppression for page corruption caused by error injection.
- Revision #e53dfb24be
2017-02-06 10:55:23 +0200
- MDEV-11707: Fix incorrect memset() for structures containing
- Revision #ddf2fac733
2017-02-06 10:47:55 +0200
- MDEV-11759: Encryption code in MariaDB 10.1/10.2 causes
- Revision #9ec8500998
2017-03-30 09:25:16 +0200
- update libmariadb, enable C/C unit tests
- Revision #8599f16b9d
2017-03-29 21:12:09 +0200
- fix mysql-test unit suite to work for out-of-source builds
- Revision #3c422e60bb
2017-03-28 16:56:18 -0700
- MDEV-11115 CHECK constraints are not shown in I_S.TABLE_CONSTRAINTS
- Revision #4ebdef2bcd
2017-03-28 15:08:50 -0700
- Fixed bug MDEV-12336.
- Revision #f381e73f7d
2017-03-28 14:48:54 -0700
- Fixed bug MDEV-11907.
- Revision #d9bab412e9
2017-03-29 13:37:18 +0200
- update test results for embedded
- Revision #c5520a37d6
2017-03-29 07:21:34 +0400
- MDEV-12390 Wrong error line numbers reported with sql_mode=IGNORE_SPACE
- Revision #3f7455c030
2017-03-28 18:56:37 +0200
- update a forgotten result file
- Revision #3a3b3d8ba8
2017-03-27 11:03:23 +0200
- cleanup: innodb files in cmake/
- Revision #92aafebd2a
2017-03-24 11:11:11 +0100
- MDEV-11605 Assertion `(longlong) thd->status_var.local_memory_used >= 0 || !debug_assert_on_not_freed_memory' failed in my_malloc_size_cb_func
- Revision #f63007a371
2017-03-23 13:53:36 +0100
- MDEV-10354 Assertion `! is_set()' failed in Diagnostics_area::set_ok_status on CREATE TABLE with invalid default
- Revision #7a1b0582d6
2017-03-22 20:38:10 +0100
- MDEV-11114 Cannot drop column referenced by CHECK constraint: Unknown column 'a' in 'virtual column function'
- Revision #33ec445975
2017-03-22 18:44:01 +0100
- MDEV-10370 Check constraints on virtual columns fails on INSERT when column not specified
- Revision #1216244eb9
2017-03-22 16:17:03 +0100
- MDEV-11703 InnoDB background threads show up in the processlist
- Revision #98a5ee9d75
2017-03-22 15:07:28 +0100
- MDEV-12105 MySQL 5.7 and MariaDB 10.2 error codes are out of sync
- Revision #bf40e8069c
2017-03-22 14:34:34 +0100
- MDEV-11059 don't build the server with jemalloc
- Revision #31a5d7212f
2017-03-22 11:52:49 +0100
- MDEV-12203 build fails, multiple errors, in xtradb/handler
- Revision #f4c39f7bc9
2017-02-26 08:36:23 +0100
- cleanup: mysqltest
- Revision #2b4c485fea
2017-02-24 17:07:12 +0100
- MDEV-11720 main.signal_demo3 fails in buildbot on labrador
- Revision #da5c3e03f6
2017-03-28 23:36:33 +0400
- MDEV-9255 Add generation_expression to information_schema.columns.
- Revision #93dd70ced8
2017-03-27 14:41:17 -0700
- Fixed bug MDEV-12375. The function st_select_lex_unit::exec_recursive() incorrectly determined that a CTE mutually recursive with some others was stabilized in the case when the non-recursive part of the CTE returned an empty set. As a result the server fell into an infinite loop when executing a query using this CTE.
- Merge Revision #046d442d4c 2017-03-27 16:47:01 +0000 - Merge branch '10.2' of https://github.com/mariadb/server into 10.2
- Revision #ad7da60ded
2017-03-26 22:59:33 -0700
- Fixed bug MDEV-12368.
- Revision #5a4537f092
2017-03-24 22:04:19 -0700
- Fixed bug MDEV-12360.
- Revision #d3f82e3a67
2017-03-27 16:20:06 +0000
- Fix connect engine crashes in buildbot tests on Win64.
- Revision #b56262f696
2017-03-26 23:03:25 +0000
- MDEV-12328, attempt to fix windows packaging
- Revision #23d72bf3aa
2017-03-24 19:17:23 +0200
- Close a file handle in a Perl snippet.
- Revision #cd2fe26116
2017-03-24 18:24:46 +0200
- MDEV-11802 innodb.innodb_bug14676111 fails on buildbot
- Merge Revision #ec307de388 2017-03-24 16:04:39 +0100 - Merge pull request #342 from rasmushoj/10.2
- Revision #3c3bbbb704
2017-03-24 16:54:59 +0200
- MDEV-12328, added building of AWS for release builds
- Revision #92f18bdede
2017-03-22 01:48:22 +0400
- MDEV-11177 mysqlbinlog exits silently without error when another instance connects to server.
- Revision #1ca8637ae3
2017-03-20 14:14:01 +0000
- Windows : Fix several thousand of warnings with Visual C++ compiler
- Revision #76f6c1e1ed
2017-03-20 15:18:06 +0400
- MDEV-12262 Assertion `!null_value' failed in virtual bool Item::send on JSON_REMOVE.
- Revision #a06da5c848
2017-03-18 21:37:36 +0200
- MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219
- Revision #6c5cfbbf33
2017-03-17 19:18:53 +0000
- Fix crash (race condition) in DBUG in connect2 test case.
- Revision #a77ac6513e
2015-05-27 14:34:45 +0100
- Bug#21153166: REMOVE UNUSED VARIABLES AND CONVERT GLOBAL SYMBOLS TO STATIC
- Revision #97acc4a1c3
2015-05-26 10:01:12 +0300
- MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GLOBAL SYMBOLS TO STATIC
- Revision #4e1116b2c6
2016-04-22 10:50:45 +0200
- MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL
- Revision #c63ca3d7f0
2017-03-17 09:00:31 +0000
- Do not send MARIADB_CLIENT_STMT_BULK_OPERATIONS server capability, until the protocol changes for bulk are finalized.
- Revision #66905f6dcb
2017-03-17 08:56:57 +0000
- Fix several compile warnings on Windows
- Revision #7668a79a88
2016-03-29 13:20:32 +0300
- MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF
- Revision #105f46ffb8
2017-03-15 15:56:17 +0200
- MDEV-12273 Remove dict_table_t::does_not_fit_in_memory
- Revision #aad15eae89
2017-03-16 10:18:02 +0530
- Test result for MDEV-10766 fixed
- Revision #cd7e6d8b53
2017-03-15 21:26:39 +0530
- MDEV-11645: archive.archive fails in buildbot with valgrind (Use of uninitialised value)
- Revision #6ac754163c
2017-03-15 20:15:31 +0530
- MDEV-10766: Queries which start with WITH clause do not get inserted into query cache
- Revision #122d0701f7
2017-01-24 19:20:30 +0100
- MDEV-11761: CLIENT_DEPRECATE_EOF : Client must identify a "stored procedure output resultset"
- Revision #5dd4d663fa
2017-03-15 15:51:44 +0400
- Test result fixed.
- Revision #b5285bd7e2
2017-03-14 17:11:46 +0200
- MDEV-11873 Unnecessary InnoDB warnings upon bootstrap
- Revision #af6eee1fc5
2017-03-14 17:31:14 +0400
- MDEV-11833 JSON functions don't seem to respect max_allowed_packet.
- Revision #d0e8b427a1
2017-03-14 16:35:39 +0400
- MDEV-12078 Using spatial index changes type from point to geometry
- Revision #7c7c0696e7
2017-03-14 15:25:02 +0400
- MDEV-11856 json_search doesn't search for values with double quotes character (").
- Revision #a77c2ea78f
2017-03-14 12:15:49 +0200
- Post-fix MDEV-12219 Discard temporary undo logs at transaction commit
- Revision #f0a2f4bbb9
2017-03-13 20:14:28 +0000
- Windows : Remove the option for creating anonymous account from the MSI in 10.2
- Revision #b7ffe9b81e
2017-03-13 19:58:04 +0000
- MDEV-11903 : correction - min innodb pagesize is 4K
- Revision #a8715884a4
2017-03-13 18:38:36 +0000
- MDEV-11903 Windows : Support innodb page sizes in the installer/mysql_install_db.exe
- Revision #bfef611a22
2017-03-13 18:00:42 +0100
- MDEV-12244: C API header file contains C++ comment for COM_BINLOG_DUMP_GTID
- Revision #13e5c9de80
2017-03-09 23:20:51 +0200
- MDEV-12219 Discard temporary undo logs at transaction commit
- Revision #056ec4ab24
2017-03-11 15:20:33 +0200
- Fix some compilation warnings.
- Revision #e5b155a4e5
2017-03-10 16:01:02 +0200
- MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to finish
- Revision #ff8bf6e933
2017-03-10 13:32:26 +0200
- Define a mtr_t::start() wrapper inline.
- Revision #c32dcae65a
2017-03-10 15:54:41 +0200
- Adjust an outdated comment.
- Revision #c0fb7b458b
2017-03-08 19:05:44 +0100
- MDEV-10555: Server crashes in mysql_admin_table upon killing ANALYZE
- Revision #c29336f2b0
2017-03-26 18:13:29 +0300
- Skip rocksdb on debian i386 and when gcc version is < 4.8
- Revision #7ebb81be1d
2017-03-26 17:30:26 +0300
- Make mysql_ldb and sst_dump part of the rocksdb-engine component
- Revision #a421f0b6b8
2017-03-26 00:05:24 +0200
- Add sst_dump as binary in rocksdb package
- Revision #97e5ed1637
2017-03-25 23:44:21 +0200
- Add mysql_ldb to debian rocksdb package
- Revision #3ade211a72
2017-03-25 23:28:05 +0200
- Do not build ldb binary as mysql_ldb does the same thing
- Revision #86680e8b4f
2017-03-25 20:18:06 +0200
- Skip rocksdb plugin if sources can not be fetched
- Revision #4653b6e2a3
2017-03-23 11:06:26 +0300
- MDEV-12279: rocksdb.tbl_opt_data_index_dir fails, wrong error code
- Revision #4967c78aa0
2017-03-21 19:41:28 +0000
- make sure rocksdb-engine compoment is in MSI
- Revision #69ba6b36e6
2017-03-21 16:25:38 +0200
- Add rocksdb as a plugin into debian packaging
- Revision #21bbe10bb3
2017-03-17 17:08:34 +0200
- Revert "Revert "Make rocksdb build as a deb package too""
- Revision #619623b862
2017-03-17 14:44:05 +0300
- MariaRocks: SET GLOBAL rocksdb_strict_collation_exceptions=null crashes
- Revision #131d858206
2017-03-17 04:46:01 +0300
- Temporarily disable rocksdb.blind_delete_without_tx_api test
- Revision #dd743dae32
2017-03-17 04:05:03 +0300
- Update test results for rocksdb.misc
- Revision #c707997e15
2017-03-17 01:21:11 +0300
- MariaRocks: run rocksdb testsuite with --default-storage-engine=rocksdb
- Revision #46a78868fe
2017-03-17 00:05:48 +0300
- MariaRocks: make rocksdb.rocksdb_datadir test pass
- Revision #23f9bb966b
2017-03-16 21:28:42 +0300
- MDEV-12285: MariaRocks: "[ERROR] mysqld: Deadlock ..." messages in server stderr
- Revision #49de95679d
2017-03-16 09:49:34 +0200
- Revert "Make rocksdb build as a deb package too"
- Revision #17d7cc731e
2017-03-16 09:46:01 +0300
- MDEV-12277: rocksdb.rocksdb fails with Sort Aborted error in server stderr
- Revision #c5a20553c0
2017-03-16 01:12:01 +0300
- More testsuite fixes
- Revision #38919f68a1
2017-03-15 23:19:24 +0200
- Make rocksdb build as a deb package too
- Revision #adb7470742
2017-03-15 23:44:16 +0300
- Disable rocksdb.rpl_row_triggers, rocksdb.trx_info_rpl
- Revision #6dc2d581d4
2017-03-15 23:36:20 +0300
- Make rocksdb.rocksdb_range pass: MariaDB doesnt support ICP over reverse index scans atm
- Revision #c010f06380
2017-03-15 23:19:33 +0300
- MariaRocks: Run rocksdb testsuite with @@rocksdb_flush_log_at_trx_commit=0
- Revision #bf578ff920
2017-03-15 16:02:37 +0000
- Add missing source include/have_rocksdb.inc
- Revision #20c085a4b7
2017-03-14 12:23:36 +0300
- MariaRocks: disable rocksdb.mysqldump2 also (needs --print-ordering-key)
- Revision #1a3065b51a
2017-03-14 12:23:08 +0300
- MariaRocks: make rocksdb.issue495 declare it uses partitioning
- Revision #3eb8bc7408
2017-03-14 01:01:11 +0200
- Make rocksdb not be compiled on x86 architectures
- Revision #57672a85e3
2017-03-13 22:02:39 +0000
- MariaRocks: make partition.test work on any platform
- Revision #69387c68b5
2017-03-13 10:34:38 +0300
- MariaRocks: update results for innodb_i_s_tables_disabled
- Revision #b4ea125252
2017-03-13 10:34:19 +0300
- MariaRocks: disable tests that are known to fail
- Revision #17aa495b64
2017-03-12 22:52:52 +0300
- MariaRocks: attempt to get to compile on Windows
- Revision #11789a4fbe
2017-03-12 17:39:45 +0300
- MariaRocks: Only call pthread_setname_np on platforms that support it
- Revision #a72abc8c30
2017-03-12 16:08:26 +0300
- Fix compile on windows
- Revision #ec01aa5d6b
2017-03-12 15:59:46 +0300
- MariaRocks: fix compilation in Windows: don't use PRETTY_FUNCTION where it is not available
- Revision #d49bbf12a2
2017-03-12 12:14:33 +0300
- MariaRocks: post-merge fixes: trivial updates to a few test results
- Merge Revision #5b30c7896e 2017-03-11 20:12:15 +0000 - Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks
- Revision #eded6243bc
2017-03-10 23:16:01 +0200
- MDEV-12096: Fix ln syntax in debian/rules for libmariadb3 symlink creation
- Revision #eb574697c0
2017-03-10 22:44:52 +0100
- fix test for windows 64
- Revision #f2fe5cb282
2017-03-10 19:06:33 +0000
- Fix several compile warnings on Windows
- Revision #7c512138a1
2017-03-10 19:01:14 +0000
- Revert MySQL commit that disables writing on Windows while flush is in progress
- Revision #a20340cf85
2017-03-09 22:06:22 +0200
- Hard-code innodb_page_size as the undo log page size.
- Revision #0ef91c8958
2017-03-09 22:01:08 +0200
- Simplify InnoDB transaction system initialization.
- Revision #1417839810
2017-03-09 20:40:48 +0200
- InnoDB purge_sys cleanup.
- Revision #9928dbe5f6
2017-03-09 22:47:29 +0100
- Add SRV_ALL_O_DIRECT_FSYNC to switch(srv_flush_method) in log0log.c.
- Revision #a98009ab02
2017-03-09 14:32:17 +0000
- MDEV-12201 innodb_flush_method are not available on Windows
- Revision #8e05953dad
2017-03-08 16:12:17 +0100
- MDEV-11363: Assertion `!derived->first_sel ect()->first_inner_unit() || derived->first_select()->first_inner_unit()->first_select()-> exclude_from_table_unique_test' failed in TABLE_LIST::set_check_materialized()
- Revision #70a0500d3c
2017-03-09 17:35:09 +0200
- Remove some InnoDB purge definitions from trx0types.h.
- Revision #7a30d86e9d
2017-03-09 17:28:06 +0200
- Simplify InnoDB startup.
- Revision #15bdfeeba8
2017-03-09 15:58:33 +0200
- Remove trx_sys_t::pending_purge_rseg_array.
- Revision #24cbc8dae3
2017-02-02 12:09:49 +0100
- MDEV-11966: Impossible to execute prepared ANALYZE SELECT
- Revision #5ff6694d70
2017-03-09 10:30:36 +0200
- enum btr_latch_mode: Incorporate some flags.
- Revision #e88f6f4761
2017-03-08 22:22:43 +0000
- MDEV-12125 Use FIND_PACKAGE(OpenSSL) to find openssl
- Revision #29a980cf5c
2017-03-08 22:36:10 +0200
- MDEV-11688 follow-up: More robust shutdown after aborted startup.
- Revision #5da6bd7b95
2017-03-07 17:16:49 +0200
- MDEV-11027 InnoDB log recovery is too noisy
- Revision #0b1abc2f0f
2017-03-08 12:11:49 +0100
- MDEV-10704: Assertion `field->field->table == table_arg' failed in fill_record(THD*, TABLE*, List<Item>&, List<Item>&, bool, bool)
- Revision #8c3b98fe5a
2017-03-03 16:58:03 +1100
- Whitespace correction to avoid compile warning
- Revision #2d948ebd19
2017-03-07 21:12:59 -0800
- Fixed bug MDEV-12185.
- Revision #3b30031d03
2017-03-07 21:22:25 +0000
- MDEV-12202 Do not package embedded in MSI
- Revision #2bca41265c
2017-03-07 13:15:29 +0200
- Remove MLOG_COMP_REC_SEC_DELETE_MARK.
- Revision #89d80c1b0b
2017-03-01 08:27:39 +0200
- Fix many -Wconversion warnings.
- Revision #d2f5e62422
2017-01-23 15:38:56 +1100
- travis: add gcc-4.8
- Revision #f2c1e06a94
2016-12-19 14:51:36 +1100
- Travis: Revert to optional MYSQL_{BUILD_CC,BUILD_CXX,COMPILER_LAUNCHER}
- Merge Revision #20007c89c8 2017-03-07 18:02:07 +0400 - Merge branch 'grooverdan-10.2-MDEV-120555-test_binlog_stm_ctype_ucs' into 10.2
- Merge Revision #6ad42c6d5b 2017-03-07 18:01:46 +0400 - Merge branch '10.2-MDEV-120555-test_binlog_stm_ctype_ucs' of https://github.com/grooverdan/mariadb-server into grooverdan-10.2-MDEV-120555-test_binlog_stm_ctype_ucs
- Revision #265e3253f1
2017-02-07 13:08:17 +1100
- MDEV-12055: Correct binlog_stm_ctype_ucs test
- Revision #5b07334b32
2017-03-06 11:53:51 +0200
- Remove an unused declaration.
- Revision #7331b83eed
2017-03-06 10:07:04 +0200
- MDEV-9282 follow-up: Remove an unused variable.
- Revision #ff0530ef68
2017-03-03 17:08:06 +0200
- MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF
- Revision #27b9989d31
2017-02-23 23:05:12 +0200
- MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index
- Revision #545f49dac3
2017-03-03 14:43:45 +0200
- MDEV-12103: Move a misplaced assertion.
- Revision #ab8199f38e
2017-03-01 23:43:37 +0200
- MDEV-12103 Reduce the time of looking for MLOG_CHECKPOINT during crash recovery
- Revision #e4a2e80a57
2017-03-03 12:18:14 +0530
- MDEV-11229: galera.MW-258 galera.galera_as_master fail in buildbot.
- Revision #c23e0fe532
2017-03-01 13:39:08 +1100
- whitespace - fix indenting after commit 7450cb7f6
- Revision #6cf29ab0df
2017-02-28 12:42:45 +0200
- MDEV-12146 Deprecate and remove innodb_instrument_semaphores
- Revision #c1bcb2055e
2017-02-27 13:44:53 +0200
- Remove the unused field tablespace_version.
- Revision #78153cf641
2017-02-24 12:51:55 +0200
- MDEV-11927 InnoDB change buffer is not being merged to tables in the system tablespace
- Revision #b513e37117
2017-02-24 10:20:44 +0200
- Clean up some Galera tests.
- Revision #51af19851a
2017-02-24 22:08:09 +0200
- MDEV-11454 post-merge fix:
- Merge Revision #342b48b7b1 2017-02-24 15:12:09 +0200 - Merge pull request #264 from grooverdan/10.2-MDEV-11454-innodb_buffer_pool_dump_pct-entire-pool
- Revision #473fb9295d
2016-12-08 11:55:35 +1100
- MDEV-11454: Improve test case innodb_buffer_pool_dump_pct
- Revision #84379b05b2
2016-12-05 17:22:13 +1100
- MDEV-11454: Add test case innodb_buffer_pool_dump_pct
- Revision #d04cb70cc3
2016-12-05 17:21:31 +1100
- Report any innodb_buf_pool_dump_pct restriction
- Revision #050a05bdb7
2016-12-05 16:27:51 +1100
- xtradb: new style ib_logf logging rather than stderr
- Revision #1e3f351e92
2016-10-06 07:47:49 +0200
- MDEV-11454: Make innodb_buffer_pool_dump_pct refer to the entire buffer pool size
- Revision #979e94d264
2017-02-16 14:11:33 +0100
- followup for 96d097a7fa1
- Revision #a13a636c74
2017-02-17 10:32:21 +0200
- MDEV-11802 innodb.innodb_bug14676111 fails
- Revision #cc4b2b185d
2017-02-17 10:23:39 +0200
- MDEV-11802 preparation: Clean up the purge tests.
- Revision #d58b4bc6a6
2017-02-17 16:23:17 -0500
- bump the VERSION
- Merge Revision #5c1c2f67ec 2017-03-11 20:00:08 +0000 - Merge branch 'merge-myrocks' of github.com:MariaDB/mergetrees into bb-10.2-mariarocks
- Revision #65d01da29c
2017-03-11 07:17:42 +0300
- Copy of commit ba00e640f658ad8d0a4dff09a497a51b8a4de935 Author: Herman Lee <herman@fb.com> Date: Wed Feb 22 06:30:06 2017 -0800
- Revision #fd39f25ca7
2017-03-10 14:05:17 +0300
- MariaRocks: fix compilation on Oracle Linux Server 7.3.
- Revision #e19f1dd61e
2017-03-07 14:11:19 +0000
- Fix build on Windows. Remove some GCC specific pragmas, use #ifdef GNUC in other places. Only use pthread_setname_np on Linux. Fix a mismerge
- Revision #f9e63b7c59
2017-03-07 11:38:26 +0300
- MariaRocks port: PRETTY_FUNCTION is a gcc extension. Use func when it is not available
- Revision #48a5dd945b
2017-03-07 11:08:41 +0300
- MariaRocks: fix compilation on kvm-rpm-centos7-amd64
- Revision #e7948e34ee
2017-03-06 23:59:29 +0300
- Fix the previous cset: use a proper disabled.def syntax
- Revision #f080c93dcd
2017-03-06 14:50:14 +0300
- MariaRocks: (Temporarily?) disable MTR tests that run RQG
- Revision #ea5cc017e9
2017-02-21 16:49:18 +0300
- Test fixes in rocksdb_sys_vars test suite
- Revision #e57ab94cce
2017-02-21 03:51:09 +0300
- Update rocksdb submodule to match the rocksdb version used in upstream
- Merge Revision #7d00f0981e 2017-02-20 13:01:32 +0000 - Merge between local changes bb-10.2-mariarocks and the merge from upstream
- Revision #7facbc548d
2017-02-19 18:51:26 +0300
- MariaRocks: fix a few tests
- Revision #de49fd842a
2017-02-09 16:55:02 +0000
- RocksDB : Add lookup / compiling with optional compression libraries.
- Revision #241e8a15a2
2017-02-07 22:12:36 +0200
- Ignore "invisible" files
- Revision #e2f3739aa1
2017-02-07 22:12:06 +0200
- Ignore dynamically generated build_version.cc file
- Revision #f46176cbef
2017-02-07 22:10:38 +0200
- Make rocksdb build with clang
- Revision #840f8eab71
2017-02-07 22:06:59 +0200
- Make mysql_ldb work on clang
- Revision #884fd9ac2b
2017-02-07 20:40:55 +0200
- Make RocksDB run git submodule init and update if rocksdb is not fetched
- Revision #5875633c2a
2017-02-01 21:27:13 +0000
- MDEV-11901 : MariaRocks on Windows
- Merge Revision #5e47d08eb6 2017-02-19 16:29:01 +0000 - Merge 'merge-myrocks' into 'bb-10.2-mariarocks'
- Revision #7468ccfadf
2017-02-06 17:39:08 +0000
- Copy of
- Revision #13c7839ba7
2017-01-24 21:51:57 +0300
- MariaRocks port: Fix for the previous cset (MariaRocks port: put back the assert)
- Revision #555b1b9f15
2017-01-24 09:27:15 +0200
- Make rocksdb dynamic plugin
- Revision #15d101ca8e
2017-01-23 21:31:36 +0200
- Update gitignore to not show rocksdb generated binaries
- Revision #024a5ec0ec
2017-01-23 19:47:58 +0200
- Add ut0counter.h instead of xtradb linked ut0counter.h
- Revision #351043adda
2017-01-21 23:31:52 +0300
- MariaRocks port: put back the assert
- Revision #1f0c28f36e
2017-01-21 22:58:57 +0300
- MariaRocks port: move include/atomic_stat.h into storage/rocksdb
- Revision #7fb3b348d7
2017-01-21 22:58:04 +0300
- MariaRocks port: Remove handler::init_with_fields
- Revision #2d789dd9dd
2017-01-11 22:29:34 +0300
- MariaRocks: fix a few tests in rocksdb_sys_vars test suite
- Revision #81ed973b1a
2017-01-11 22:13:52 +0300
- MariaRocks port: fix the build: fetch git submodules earlier
- Revision #1a8731952d
2017-01-11 19:40:25 +0300
- MariaRocks port: get rocksdb_sys_vars.rocksdb_deadlock_detect_basic to work
- Revision #80be676fc0
2017-01-11 17:32:47 +0300
- MariaRocks port
- Revision #edfe980aa1
2017-01-11 13:14:52 +0300
- MariaRocks port: fix rocksdb.rpl_row_stats test
- Revision #f89e07785a
2017-01-11 12:41:22 +0300
- MariaRocks port: Get rocksdb.autoinc_vars_thread test to work
- Revision #520d206365
2017-01-08 18:29:14 +0000
- MariaRocks port: get rocksdb.rocksdb_icp[_rev] to work
- Revision #93d3a39ba9
2017-01-07 19:43:27 +0000
- MariaRocks port: fix rocksdb.rocksdb_row_stats test
- Revision #ebbe59fa33
2017-01-07 16:00:35 +0000
- MariaRocks port: fix rocksdb.bloomfilter3 test
- Revision #69d5ee58c6
2017-01-06 23:36:23 +0300
- MariaRocks port: Temporarily disable tests related to Gap Lock detector (MDEV-11735)
- Revision #e3df50c4b9
2017-01-03 00:21:04 +0300
- MariaRocks port: fix rocksdb.table_stats
- Merge Revision #31b2237c68 2017-01-02 21:09:31 +0000 - Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocks
- Revision #a597e0e164
2017-01-02 22:50:35 +0300
- MariaRocks port: fix tests - rocksdb.tmpdir works (however @@rocksdb_tmpdir has no effect yet!) - trx_info_rpl is only run in RBR mode - type_char_indexes_collation now works = take into account that characters with the same weight can have any order after sorting (and they do in MariaDB) = MariaDB doesn't use index-only for extended keys that have partially- covered columns.
- Revision #3ecd9e0bfc
2017-01-02 00:15:45 +0000
- Post-merge fixes for rocksdb.add_index_inplace_crash
- Revision #7c4ebec82d
2017-01-02 00:06:26 +0000
- MariaRocks: trivial post-merge test fixes
- Merge Revision #302ec9ab26 2017-01-01 23:33:50 +0000 - Merge branch '10.2-mariarocks' of github.com:MariaDB/server into 10.2-mariarocks
- Revision #3e7e559150
2017-01-01 01:50:17 +0300
- Fix the "fatal error: mysqld_error.h: No such file or directory" compile error
- Merge Revision #d8288b306c 2017-01-01 23:33:18 +0000 - Merge remote-tracking branch 'mergetrees/merge-myrocks' into 10.2-mariarocks
- Revision #cfb59f3196
2016-12-31 23:30:09 +0300
- Copy of commit f6ed777697db4ad7aee1e98c53243dced2b5891c Author: Chenyu Yan <seayan@outlook.com> Date: Thu Dec 29 16:10:25 2016 -0800
- Revision #ae0a490eb3
2016-12-31 22:08:05 +0300
- MariaRocks port: Remove ifdef in ha_rocksdb::set_skip_unique_check_tables
- Revision #d1af31b3c2
2016-12-31 21:31:50 +0300
- MariaRocks port: Make rocksdb_sys_vars suite pass
- Revision #d379963d73
2016-12-30 02:18:56 +0300
- MariaRocks port: remove target_lsn parameter of rocksdb_flush_wal
- Revision #9ca608028f
2016-12-27 00:13:32 +0000
- MariaRocks port: make rocksdb.rocksdb_qcache test pass
- Revision #4faa9da81c
2016-12-27 01:55:05 +0300
- MariaRocks port: Make SQL layer allow errors in start_consistent_snapshot().
- Revision #8f2d58b26b
2016-12-26 22:31:46 +0300
- MariaRocks port: run rocksdb.rpl_row_stats with binlog_format=row only
- Revision #122bc4b54c
2016-12-26 19:12:16 +0000
- MariaRocks port: Remove ifdef MARIAROCKS_NOT_YET in rocksdb_start_tx_and_assign_read_view
- Revision #9f7dc2bbf5
2016-12-15 20:56:27 +0300
- MariaRocks port: make rocksdb.rpl_savepoint pass
- Revision #24224839d8
2016-12-15 19:25:32 +0300
- MariaRocks port: make rocksdb.rpl_statement_not_found work
- Revision #0d3d2a5747
2016-12-15 16:11:22 +0300
- MariaRocks port: mark rocksdb.rpl_statement to be run only in statement mode.
- Revision #73c702eae5
2016-12-15 15:34:56 +0300
- MariaRocks port: fix rocksdb.rpl_row_rocksdb test
- Revision #8e2cfde953
2016-12-04 23:55:54 +0300
- MariaRocks port: fix rocksdb.collation, rocksdb.collation_exception
- Revision #34b66fcc98
2016-12-04 14:27:10 +0000
- MariaRocks port: get rocksdb.locking_issues test to work
- Revision #7b708ee3ed
2016-12-04 09:28:51 +0000
- MDEV-11329: MariaRocks: rocksdb.add_index_inplace fails
- Revision #05a593dfc9
2016-12-04 08:28:34 +0000
- MariaRocks: temporary disable read-free replication
- Revision #81c05c5931
2016-12-03 20:56:40 +0000
- MariaRocks port: disable rocksdb.select_for_update_skip_locked_nowait
- Revision #9a49210ec3
2016-12-03 20:37:45 +0000
- MariaRocks port: disable rocksdb.slwo_query_log test (MDEV-11480)
- Revision #aecc95a15c
2016-12-03 18:29:36 +0000
- MariaRocks port: fix rocksdb.autoinc_vars
- Revision #044ad5d3d9
2016-12-03 18:17:21 +0000
- MariaRocks port: make rocksdb.show_table_status test pass
- Revision #4f90605a3d
2016-12-03 14:56:38 +0000
- MariaRocks port: make datetime-aware tests work in any timezone
- Revision #00e3869a66
2016-12-03 14:00:23 +0000
- MariaRocks port: get rocksdb.checksum_table to work
- Revision #8018bb737c
2016-12-03 12:52:34 +0000
- MariaRocks port: use correct MTR command separators
- Revision #b504c56bff
2016-12-03 12:46:05 +0000
- MariaRocks: test result MariaDB-fication
- Revision #e6afa256e7
2016-12-03 12:42:30 +0000
- MariaRocks port: Make ha_rocksdb::index_flags() return HA_CLUSTERED_INDEX for PK
- Revision #0d5257215a
2016-12-03 06:21:31 +0000
- MariaRocks port: update test results
- Revision #ec58a1cca8
2016-12-03 06:17:57 +0000
- MariaRocks port: update test results
- Revision #d903396c18
2016-12-02 21:08:08 +0000
- MDEV-11321: MariaRocks: type_binary_indexes, type_blob_indexes fail
- Revision #7f43f736ac
2016-12-02 20:53:08 +0000
- MDEV-11477: MariaRocks: rocksdb.type_varchar failure
- Revision #097bd3049c
2016-12-02 20:49:10 +0000
- MariaRocks port: update test results
- Revision #9c083cd355
2016-12-02 17:25:51 +0000
- MariaRocks port: update test result for rocksdb.rocksdb_parts
- Revision #59d76665ee
2016-12-02 15:35:36 +0000
- MariaRocks port: Return correct value of HA_PRIMARY_KEY_IN_READ_INDEX flag
- Revision #f2219fe94d
2016-12-02 13:59:31 +0000
- MDEV-11462: MariaRocks: rocksdb.type_float_indexes fails
- Revision #9668b705f9
2016-12-02 13:52:12 +0000
- MDEV-11462: MariaRocks: rocksdb.type_float_indexes fails
- Revision #6fb94c3e43
2016-11-21 10:33:09 +0000
- MDEV-11320: MariaRocks: rocksdb.type_text_indexes fails
- Revision #3876f461a8
2016-11-20 20:54:36 +0000
- MariaRocks port: MDEV-11318: rocksdb.rocksdb test fails
- Revision #a4c1b5bba8
2016-11-18 23:18:56 +0000
- MariaRocks port: make rocksdb.alter_table work
- Revision #c12a1bb9c2
2016-11-18 21:05:49 +0000
- MariaRocks port: more testcase fixes
- Revision #c82f573879
2016-11-02 13:35:49 -0400
- Use https instead of ssh(git@) for rocksdb submodule.
- Revision #e370d0a9ae
2016-11-13 18:31:09 +0000
- MariaRocks port: Make rocksdb.compression_zstd test skip itself when ZSTD is not supported
- Revision #75f00a3388
2016-11-13 11:40:13 +0000
- MariaRocks port: move --ignore-db-dirs back to suite.opt
- Revision #826753942f
2016-11-12 09:20:36 +0000
- MariaRocks port: temporarily? update ER_LOCK_WAIT_TIMEOUT error messages
- Revision #a5f72fb3c2
2016-11-12 06:56:39 +0000
- MariaRocks port: put MyRocks options into rocksdb/my.cnf
- Revision #c4270952b7
2016-11-12 06:09:13 +0000
- MariaRocks port: fix rocksdb.rocksdb_checksums to work for MariaDB in the mornings
- Revision #0f1821db19
2016-11-12 05:15:06 +0000
- MariaRocks port: make rocksdb.rocksdb_cf_options test pass
- Revision #183ab78bab
2016-11-12 04:48:47 +0000
- MariaRocks port: more test result updates, again
- Revision #223c14e706
2016-11-10 22:50:01 +0000
- MariaRocks port: more test result updates
- Revision #792aaedb42
2016-11-10 21:32:31 +0000
- MariaRocks port: Use another way to handle --force-restart
- Revision #8014a942b7
2016-11-10 20:36:24 +0000
- MariaRocks port: update results for rocksdb.col_opt_null test.
- Revision #ce9aeb888e
2016-11-07 02:49:49 +0300
- MariaRocks port: Support --force-restart "pseudo-argument", part#2
- Revision #600a2075b5
2016-11-06 22:18:11 +0000
- MariaRocks port: more of testcase Maria-fication
- Revision #f246829e2f
2016-11-07 01:05:55 +0300
- MariaRocks port: Support --force-restart "pseudo-argument"
- Revision #df407fca0b
2016-11-05 23:19:09 +0000
- MariaRocks port: fix a few more testcases
- Revision #0ab7cb236e
2016-11-05 22:29:02 +0000
- MariaRocks port: More of testcase Maria-fication
- Revision #a42b9003f4
2016-11-05 19:23:18 +0000
- MariaRocks port: more of testcase Maria-fication
- Revision #ece3ab3702
2016-11-05 17:20:33 +0000
- MariaRocks port: add have_rocksdb.opt which enables MyRocks' plugins
- Revision #997c86c76c
2016-10-30 21:07:16 +0000
- MariaRocks port: fix rocksdb.handler_basic test
- Revision #4462e77afa
2016-10-29 13:23:42 +0000
- MariaRocks port: update result for rocksdb.type_char_indexes (see MDEV-11172)
- Revision #15f2bcfa94
2016-10-29 00:30:01 +0000
- MariaRocks port: get rid of "invalid table name" in the error log
- Revision #1d1211ab1a
2016-10-29 00:23:58 +0000
- MariaRocks port: trivial Maria-fication of test results
- Revision #9826edb6b8
2016-10-27 00:32:59 +0300
- MariaRocks port: fix a few test result differences, part#2.
- Revision #f23a0093e1
2016-10-26 23:56:59 +0300
- MariaRocks port: fix a few test result differences
- Revision #e9ee999e77
2016-10-25 15:01:27 +0000
- MariaRocks port: "get rid of Invalid (old?) table or database name" error
- Revision #bc646ee881
2016-10-24 20:55:26 +0000
- MariaRocks: fix a bug in MariaDB: SHOW STATUS LIKE shows extra rows
- Revision #1d1b10e93c
2016-10-24 20:51:44 +0000
- MariaRocks: rocksdb.rocksdb fails with a duplicate key error
- Revision #3ac33f8cdb
2016-10-24 12:04:01 +0000
- MariaRocks: fix a compilation problem
- Revision #8d8858c10a
2016-10-24 10:38:18 +0000
- MariaRocks: trying to get the MTR tests to work
- Revision #015617879a
2016-10-24 10:35:56 +0000
- MariaRocks port: fix a typo in test_if_order_by_key()
- Revision #680a206b13
2016-10-23 18:28:07 +0000
- MariaRocks port: compile the needed files with -frtti
- Revision #fd4e83eb32
2016-10-21 21:27:23 +0000
- MariaRocks port: update ha_rocksdb::delete_all_rows() to match the definition in class handler
- Revision #e22b271b39
2016-10-21 21:11:47 +0000
- MariaRocks port: compilation fixes
- Revision #86d963eb08
2016-10-21 20:05:40 +0000
- MariaRocks port: provide timeout_message()
- Revision #8c5912e9ee
2016-10-19 14:27:43 +0000
- MariaRocks port: temporarily disable gap lock checking
- Revision #fe0b57dfbe
2016-10-19 13:16:51 +0000
- MariaRocks port: disable more code that synchronizes with the binlog
- Revision #085fa3e4bc
2016-10-19 12:15:59 +0000
- MariaRocks port: rli_slave is called rgi_slave in MariaDB.
- Revision #e951fd17e8
2016-10-19 12:00:22 +0000
- MariaRocks port: make rocksdb_flush_wal() match handlerton::flush_logs definition
- Revision #960fbc38d6
2016-10-17 16:53:20 +0000
- MariaRocks port: temporarily? disable "CONSISTENT INNODB|ROCKSDB SNAPSHOT" feature
- Revision #0a132ae7a2
2016-10-16 18:38:34 +0000
- MariaRocks: disable more of my_io_perf_t usage
- Revision #fdf026a4ad
2016-10-16 18:07:35 +0000
- MariaRocks port: s/my_core::thd_killed/thd_killed/
- Revision #9b78cd3cac
2016-10-16 18:02:28 +0000
- MariaRocks port: MariaDB doesn't support SHOW ENGINE ROCKSDB TRANSACTION STATUS
- Revision #c6dee75759
2016-10-16 14:34:46 +0000
- MariaRocks: MariaDB doesnt support ICP over backwards index scans yet
- Revision #54295beee2
2016-10-16 14:28:22 +0000
- MariaRocks port: compare_key_icp() is called compare_key2() in MariaDB
- Revision #8cde1d449a
2016-10-16 14:16:58 +0000
- MariaRocks port: disable thd_store_lsn() call
- Revision #1dead2d213
2016-10-16 14:06:25 +0000
- MariaRocks port: MariaDB has no "ASYNC_COMMIT" feature
- Revision #e43ce18597
2016-10-16 12:45:53 +0000
- MariaRocks port: use correct path in CMakeLists.txt
- Revision #27adea907b
2016-10-16 12:30:51 +0000
- MariaRocks port: temporarily disable rdb_collation_exceptions
- Revision #7eef3de1ae
2016-10-16 11:56:14 +0000
- MariaRocks port: In MariaDB, there's no Field_longlong::PACK_LENGTH
- Revision #b42248d2f2
2016-10-16 11:39:55 +0000
- MyRocks port: make Field::char_length() a const function
- Revision #a7091b0679
2016-10-16 11:17:19 +0000
- Temporarily disable Read-Free replication in MariaRocks, part#2
- Revision #d26283458c
2016-10-16 11:01:01 +0000
- MariaRocks port: make key_restore() parameter const
- Revision #274e5be194
2016-10-16 11:00:07 +0000
- MariaRocks: port my_hash_const_element
- Revision #f456532c62
2016-10-15 21:20:52 +0000
- MariaRocks port: compile RocksDB with -frtti.
- Revision #01a5216b9c
2016-10-15 20:58:15 +0000
- MariaRocks port: temporarily? disable Per-table Extra Stats
- Revision #746f35d6f3
2016-10-10 18:54:43 +0000
- MariaRocks: Disable FlashCache support
- Revision #0c5823ab9e
2016-10-09 18:22:23 +0000
- MariaRocks port: mysql_bin_log_is_open -> mysql_bin_log.is_open
- Revision #06b4962fc4
2016-10-09 18:11:00 +0000
- MariaRocks port: db_low_byte_first is gone in MariaDB
- Revision #08f96d21fd
2016-10-09 18:01:39 +0000
- MariaRocks: add DB_TYPE_ROCKSDB into legacy_db_type enum
- Revision #2770e8004d
2016-10-09 17:52:01 +0000
- MariaRocks: remove ha_statistic_increment calls
- Revision #3af9986289
2016-10-09 17:30:16 +0000
- MariaRocks port: dir_entry has number_of_files with one 'f' in MariaDB
- Revision #a06faac248
2016-10-09 17:24:01 +0000
- Temporarily disable the fix for WebScaleSQL Issue #108.
- Revision #50f323683a
2016-10-09 17:20:11 +0000
- Add a temporary stand-in for abort_with_stack_traces() call
- Revision #f4994c7872
2016-10-09 17:03:31 +0000
- MDEV-10975: Merging of @@rocksdb_skip_unique_check: Part #1
- Revision #d3cd64fda9
2016-10-09 16:03:39 +0000
- In MariaDB, KEY::actual_key_parts is named ext_key_parts
- Revision #84dd64702a
2016-10-09 16:02:13 +0000
- Fix compilation failure in rdb_perf_context.h
- Revision #20bd26e6df
2016-10-09 15:27:22 +0000
- Backport from facebook/mysql-5.6:
- Revision #4be8cae56a
2016-10-09 14:39:00 +0000
- Temporarily disable Read-Free replication in MariaRocks
- Revision #272c05df56
2016-10-09 13:02:48 +0000
- Temporarily (?) disable read-free replication in MariaRocks
- Revision #d4f6c77ccc
2016-10-09 12:59:40 +0000
- Temporarily (?) disable table statistics updates
- Revision #7c3affdcc0
2016-10-09 12:36:58 +0000
- Add #include <my_config.h> at the start of every .cc file
- Revision #a482f2221d
2016-10-07 08:25:10 +0000
- Fix MariaRocks build (unfinished)
- Revision #be33178833
2016-10-06 17:46:44 +0000
- Add rocksdb submodule
- Merge Revision #c680acd6a3 2016-10-06 17:31:12 +0000 - Merge remote-tracking branch 'mergetrees/merge-myrocks' into bb-10.2-mariarocks
- Revision #ebfc4e6ad0
2016-10-06 17:24:09 +0000
- Initial commit, copy of commit 86587affafe77ef555f7c3839839de44f0f203f3 Author: Tian Xia <tianx@fb.com> Date: Tue Oct 4 10:01:52 2016 -0700
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.