November 2016 Archives by thread
Starting: Tue Nov 1 07:53:15 EET 2016
Ending: Wed Nov 30 17:54:04 EET 2016
Messages: 96
- [Commits] 9741e0e: Initialize zip_dict_ids table and avoid referencing array items
Jan Lindström
- [Commits] 41a12f9: MDEV-8320 Allow index usage for DATE(datetime_column) = const.
Sergey Petrunia
- [Commits] cf04c06: MDEV-10435 crash with bad stat tables.
Alexey Botchkov
- [Commits] 9db0678: post review changes
Oleksandr Byelkin
- [Commits] e84514b: # This is a combination of 2 commits.
Oleksandr Byelkin
- [Commits] 00c6ac0: # This is a combination of 3 commits.
Oleksandr Byelkin
- [Commits] bb20fde6: # This is a combination of 4 commits.
Oleksandr Byelkin
- [Commits] 8c890ea: # This is a combination of 5 commits.
Oleksandr Byelkin
- [Commits] dc8f07f: MDEV-9114: Bulk operations (Array binding)
Oleksandr Byelkin
- [Commits] bc303f6: Use https instead of ssh(git@) for rocksdb submodule.
Nirbhay Choubey
- [Commits] 3c0ff61: MDEV-11065: Compressed binary log
Kristian Nielsen
- [Commits] 56a041c: MDEV-11065: Compressed binary log. Fix BINLOG statement.
Kristian Nielsen
- [Commits] 081fca0: Scalability bottleneck in ha_innodb::general_fetch
Sergey Vojtovich
- [Commits] 99d07aa: Fixed print format.
Oleksandr Byelkin
- [Commits] 7afcc7d: Re-generate .rdiff file in attempt to fix a test failure.
Kristian Nielsen
- [Commits] 717f212: MDEV-10863: parallel replication tries to continue from wrong position
Kristian Nielsen
- [Commits] f246829: MariaRocks port: Support --force-restart "pseudo-argument"
Sergei Petrunia
- [Commits] ce9aeb8: MariaRocks port: Support --force-restart "pseudo-argument", part#2
Sergei Petrunia
- [Commits] 1c9da8d: MDEV-9312: storage engine not enforced during galera cluster replication
Sergey Vojtovich
- [Commits] 0bb4145: MDEV-10432: Post-fix after merging PR#205
Nirbhay Choubey
- [Commits] 014bc29: MDEV-10800 Assertion `outer_context || !*from_field || *from_field == not_found_field' failed (another one)
Oleksandr Byelkin
- [Commits] e30c43d: Combinations file for MDEV-9197 (pushdown conditions for views)
elenst at montyprogram.com
- [Commits] 909e239: bump the VERSION
wlad at mariadb.com
- [Commits] 6ae3dd6: AWS Key management plugin does not build on Centos7.
wlad at mariadb.com
- [Commits] 147c845: bugfix: compile InnoDB w/o P_S
serg at mariadb.org
- [Commits] 7bb8584: mysqld_safe: create err_log as mysql user, not as root
serg at mariadb.org
- [Commits] 8e5f532: MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lock
Jan Lindström
- [Commits] ada3d75: MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lock
Jan Lindström
- [Commits] 1fee017: MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lock
Jan Lindström
- [Commits] 8c03823: MDEV-11250: mtflush threads stall on shutdown
Jan Lindström
- [Commits] 9abe77a: Add CMake -DINSTALL_CLIENTPLUGINDIR option for cmake.
Kristian Nielsen
- [Commits] d981ea1d11291e4463e3113c8999822f506be41c Fixed bug mdev-11161. The flag TABLE_LIST::fill_me must be reset to false at the prepare phase for any materialized derived table used in the executed query. Otherwise if the optimizer decides to generate a key for such a table it is generated only for the first execution of the query.
Igor Babaev
- [Commits] 2a9d614113e5a12820cf3492f9874277c6fa0681 Fixed bug mdev-11278. If a recursive CTE referred to a materialized view/derived table then the query that used this CTE returned a bogus error message.
Igor Babaev
- [Commits] bd4ab693f78dd6888fce1db01243aa107d59c588 Added the test case from mdev-11259.
Igor Babaev
- [Commits] 9ed264a391b160ef84121c8699bb3ff61c0059ce Fixed bug mdev-11072. In a general case the conditions with outer fields cannot be pushed into materialized views / derived tables. However if the outer field in the condition refers to a single row table then the condition may be pushable. In this case a special care should be taken for outer fields when pushing the condition into a materialized view / derived table.
Igor Babaev
- [Commits] ebe5ebb: MDEV-9143 JSON_xxx functions.
Alexey Botchkov
- [Commits] 697085b253db21f26e04f067bac8294c9148608d Made the result output deterministic.
Igor Babaev
- [Commits] 0d85124: func_json.test failing on Windows fixed.
Alexey Botchkov
- [Commits] 0838fd0: MDEV-11185: innodb.innodb_trx_weight fails in buildbot
Jan Lindström
- [Commits] f1fcc1f: Back-port Master_info::using_parallel() to 10.0.
Kristian Nielsen
- [Commits] 390f2a0: Fix incorrect reading of events from relaylog in parallel replication.
Kristian Nielsen
- [Commits] af05bec: MDEV-10771: Test innodb_defragment_fill_factor does not work correctly
Jan Lindström
- [Commits] ebe34c4: MDEV-10724 Assertion `vcol_table == 0 || vcol_table == table' failed in fill_record(THD*, TABLE*, List<Item>&, List<Item>&, bool, bool)
Oleksandr Byelkin
- [Commits] 1655160ddc205a68e663b870951d864ef6f12787 Fixed bug mdev-11102. Do not push conditions from where into materialized inner tables of outer joins: this is not valid.
Igor Babaev
- [Commits] ebe5a38e16f0042cd18721bf8043f6ca753ad2e5 Correction for the patch for mdev-11102.
Igor Babaev
- [Commits] 691214ae30dc9ccbb03337075f2c73cdf0ee6929 Fixed bug mdev-11103. The class Item_func_nop_all missed an implementation of the virtual method get_copy. As a result if the condition that can be pushed into into a materialized view / derived table contained an ANY subselect then the pushdown condition was built incorrectly.
Igor Babaev
- [Commits] 03ddc19: MDEV-6424: MariaDB server crashes with assertion failure in file ha_innodb.c line 11652
Jan Lindström
- [Commits] 9d9e342: Fixed embedded prepared statements.
Oleksandr Byelkin
- [Commits] a4dc956: MDEV-10330: main.show_explain_ps fails sporadically in buildbot
Sergei Petrunia
- [Commits] 3667918: Undo the unfinished patch for MDEV-8359:
Sergei Petrunia
- [Commits] 58532f3: Update the testcase for MDEV-10330
Sergei Petrunia
- [Commits] 9af29e2: MDEV-8320 Allow index usage for DATE(datetime_column) = const.
Alexey Botchkov
- [Commits] c35bff88d243d9f5a09632a0a65c180fae3a70b4 Fixed bug mdev-11081.
Igor Babaev
- [Commits] ebe0619: MDEV-10442: "Address already in use" on restart
Nirbhay Choubey
- [Commits] e505631: MDEV-10792: Assertion `thd->mdl_context.is_lock_owner (MDL_key::TABLE, table->db, table->table_name, MDL_SHARED)' failed in mysql_rm_table_no_locks
Nirbhay Choubey
- [Commits] bac9c4b: MDEV-10584: Obscure plain text passwords from server logs
Nirbhay Choubey
- [Commits] 57058cb: MDEV-10377: innodb.innodb_blob_truncate fails in buildbot: Failing assertion: page_type == 34354 || page_type == 37401 || page_type == 17855 || page_type == 2 || page_type == 3 || ...
Jan Lindström
- [Commits] 405983cff2ee94b3b9ba6cff8c1c48a3a8c1c06d Fixed bug mdev-11315. There were no implementations for the virtual functions exclusive_dependence_on_table_processor and exclusive_dependence_on_table_processor. As a result the procedure pushdown_cond_for_derived erroneously detected some conditions with outer references as pushable into materialized view / derived table.
Igor Babaev
- [Commits] 8150d4eea579cce6296c30c1cd1166bf0b585f28 Fixed bug mdev-11315. There were no implementations for the virtual functions exclusive_dependence_on_table_processor and exclusive_dependence_on_table_processor. As a result the procedure pushdown_cond_for_derived erroneously detected some conditions with outer references as pushable into materialized view / derived table.
Igor Babaev
- [Commits] d145d1b: fix bogus stalls in the lock tree for low concurrency applications
Kristian Nielsen
- [Commits] 660a292: Fix optimistic parallel replication for TokuDB.
Kristian Nielsen
- [Commits] 021f78f: Use thd_kill_level() over old thd_killed() in TokuDB.
Kristian Nielsen
- [Commits] MDEV-11349 (clang, valgrind warnings)
Jan Lindström
- [Commits] 3bec0b3: Parallel replication test case for TokuDB.
Kristian Nielsen
- [Commits] b693172: MDEV-11359 Implement IGNORE for bulk operation
Oleksandr Byelkin
- [Commits] 95270e7b1dff6d5873847d1e3ef209baa3a7f987 Fixed bug mdev-11313. The fix for bug 11072 was not complete though it also fixed the bug mdev-10800. This patch resolves the problems of all three bugs.
Igor Babaev
- [Commits] ff7bee0: MDEV-9038 Binlog encryption tests
elenst at montyprogram.com
- [Commits] 6376b9a: MDEV-11202: InnoDB 10.1 -> 10.2 migration does not work
Jan Lindström
- [Commits] 740f61e: Merge branch '10.2' of github.com:MariaDB/server into 10.2
Jan Lindström
- [Commits] 413767d: Merge branch 'bb-10.2-jan' of github.com:MariaDB/server into bb-10.2-jan
Jan Lindström
- [Commits] bb96bf7: Post review changes
Oleksandr Byelkin
- [Commits] cefa676: MDEV-11359 Implement IGNORE for bulk operation
Oleksandr Byelkin
- [Commits] 9f31949: MDEV-10739: encryption.innodb-page_encryption_compression fails with timeout on valgrind
Jan Lindström
- [Commits] dbdef41: MDEV-10686: innodb_zip.innodb_prefix_index_liftedlimit failed with timeout in buildbot
Jan Lindström
- [Commits] b209bc3: MDEV-10427: innodb.innodb-wl5522-debug-zip fails sporadically in buildbot
Jan Lindström
- [Commits] 96270b6: more postreview fixes
Oleksandr Byelkin
- [Commits] 098dff1: MDEV-11359 Implement IGNORE for bulk operation
Oleksandr Byelkin
- [Commits] 69fe2b9: MDEV-11041 Innodb_gis/ tests taken from MySQL fail.
Alexey Botchkov
- [Commits] cc577f8: MDEV-11041 Innodb_gis/ tests taken from MySQL fail.
Alexey Botchkov
- [Commits] 12e19422cf285897f6e1f23f4a3a90c957731e81 Fixed bug mdev-11364. The function Item_func_isnull::update_used_tables() must handle the case when the predicate is over not nullable column in a special way. This is actually a bug of MariaDB 5.3/5.5, but it's probably hard to demonstrate that it can cause problems there.
Igor Babaev
- [Commits] 335d907: MDEV-11419: Report all INSERT ID for bulk operation INSERT
Oleksandr Byelkin
- [Commits] b2c63d2fe39595f66e83b45eeb1a17fc3c57b6fb Fixed bug mdev-10882. The implementation of the virtual method build_clone for the class Item_cache was missing.
Igor Babaev
- [Commits] 674e3388ada058675520e740965b8c070bf5709a Added the test case for bug mdev-10836. The bug was fixed by the patch for mdev-10882.
Igor Babaev
- [Commits] 5dcfee7: MDEV-11202: InnoDB 10.1 -> 10.2 migration does not work
Jan Lindström
- [Commits] 3d0d290: Remove tablespace code from InnoDB compilation as it is not used.
Jan Lindström
Last message date:
Wed Nov 30 17:54:04 EET 2016
Archived on: Wed Nov 30 17:54:19 EET 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).