Track most important upstream bugs which also affect MariaDB
(MDEV-7057)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Comments |
| Comment by Elena Stepanova [ 2013-02-08 ] | |||||||||||||||||||||
|
MySQL:68311: InnoDB: Failing assertion thr in row0upd.cc on concurrent ALTER, UPDATE, HANDLER Description and RQG test are attached They say it's a duplicate of internal bug#16063835. Update:Bugfix in 5.6.11:
Came without a test case. Cannot reproduce on the current 10.0 tree and on 10.0.10, apparently fixed by 5.6.14 or 5.6.15 merge | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-03-17 ] | |||||||||||||||||||||
|
Bug #68694 - Server crashes in ptr_compare on NOW and CAST in ORDER BY Reproducible on 5.6.10 Test case: CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=InnoDB; UpdateStill not fixed in 10.0.14, raised the priority | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-03-17 ] | |||||||||||||||||||||
|
Bug #68695 - Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type == 1' fails Reproducible on 5.6.10-debug Test case: | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-03-18 ] | |||||||||||||||||||||
|
Bug #68705 - Valgrind warnings (uninitialised value(s)) in Item_field::val on SELECT INTERVAL Test case: CREATE TABLE t1 (a INT); | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-03-19 ] | |||||||||||||||||||||
|
http://bugs.mysql.com/bug.php?id=68759 DROP TABLE IF EXISTS t_inno; SELECT * FROM t_inno WHERE t < 'z'; MySQL [test]> DROP TABLE IF EXISTS t_inno; MySQL [test]> CREATE TABLE t_inno (pk INT PRIMARY KEY, t_key TIME, t TIME, KEY(t_key)) ENGINE=InnoDB; MySQL [test]> INSERT INTO t_inno VALUES (1,'12:12:12','12:12:12'),(2,'21:21:21','21:21:21'); MySQL [test]>
---
--- MySQL [test]> SELECT pk FROM t_inno WHERE t_key < 'z';
----
---- MySQL [test]> SELECT * FROM t_inno WHERE t_key < 'z'; | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-03-19 ] | |||||||||||||||||||||
|
Possibly file later MySQL [test]> select @@sql_mode;
------------------------
------------------------ MySQL [test]> show create table t2;
------
------ MySQL [test]> select * from t2;
---
--- MySQL [test]> update t2 set i = u-1; | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-05-11 ] | |||||||||||||||||||||
|
Filed bug http://bugs.mysql.com/bug.php?id=69203 (Valgrind warnings and crash on select from an InnoDB table), for 5.7 revno 5216. SELECT * FROM t1;
When run with --valgrind-mysqld under MTR, causes a valgrind warnings and a crash on BUILD/compile-pentium-debug-max-no-ndb | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-08-09 ] | |||||||||||||||||||||
|
MySQL (and MariaDB) prints garbage in warning records: 2013-08-09 23:46:52 7f4dafeec740 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. I think there was an upstream bug about it, but can't find it now, need to check later. | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2015-05-25 ] | |||||||||||||||||||||