Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.6
-
None
Description
10.2 at commit 96247be1a0dfa3035580b53b1c27a7247a410713
15:27:44 + cmake /source -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_PROTOBUF=system -DWITH_NDB_JAVA=NO -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ '-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O3 -g -mtune=native' '-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O3 -g -mtune=native' '-DCMAKE_C_FLAGS=-O3 -g -mtune=native' '-DCMAKE_CXX_FLAGS=-O3 -g -mtune=native' -DWITH_SSL=system -DCMAKE_INSTALL_PREFIX=/mysql/mariadb-upstream-RelWithDebInfo-10.2 -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 -DWITHOUT_FEDERATEDX_STORAGE_ENGINE=1 -DWITHOUT_TOKUDB_STORAGE_ENGINE=1
|
15:27:44 -- Running cmake version 3.5.1
|
15:27:44 -- The C compiler identification is GNU 5.4.0
|
15:27:44 -- The CXX compiler identification is GNU 5.4.0
|
15:27:44 -- Check for working C compiler: /usr/bin/gcc
|
15:27:44 -- Check for working C compiler: /usr/bin/gcc -- works
|
15:32:31 CURRENT_TEST: innodb.innodb_stats_del_mark
|
15:32:31 --- /source/mysql-test/suite/innodb/r/innodb_stats_del_mark.result 2017-05-05 05:26:02.606491603 +0000
|
15:32:31 +++ /source/mysql-test/suite/innodb/r/innodb_stats_del_mark.reject 2017-05-05 05:32:30.724783725 +0000
|
15:32:31 @@ -37,9 +37,6 @@
|
15:32:31 DELETE FROM t1;
|
15:32:31 SELECT COUNT(*) FROM t1;
|
15:32:31 connection default;
|
15:32:31 -Test correctly estimates the number of rows as > 20000
|
15:32:31 -even when in other uncommmited transaction
|
15:32:31 -all rows have been deleted.
|
15:32:31 connection con1;
|
15:32:31 COUNT(*)
|
15:32:31 0
|
15:32:31
|
15:32:31 mysqltest: Result length mismatch
|
15:32:31
|
Attachments
Issue Links
- causes
-
MDEV-13534 InnoDB STATS_PERSISTENT fails to ignore garbage delete-mark flag on node pointer pages
- Closed
- is caused by
-
MDEV-11751 Merge new release of InnoDB MySQL 5.7.18 to 10.2
- Closed
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled
- links to