Details
Description
11.6 https://buildbot.mariadb.org/#/builders/620/builds/5561/steps/11/logs/stdio |
main.temp_table_frm w8 [ pass ] 17
|
main.subselect_exists2in_costmat w3 [ pass ] 443
|
main.rowid_filter_myisam w5 [ pass ] 1911
|
main.temp_table_symlink w8 [ pass ] 19
|
main.tmp_table_count-7586 w8 [ fail ]
|
Test ended at 2024-07-17 01:14:03
|
CURRENT_TEST: main.tmp_table_count-7586
|
--- /home/buildbot/amd64-fedora-38-last-N-failed/build/mysql-test/main/tmp_table_count-7586.result 2024-07-17 00:25:10.000000000 +0000
|
+++ /home/buildbot/amd64-fedora-38-last-N-failed/build/mysql-test/main/tmp_table_count-7586.reject 2024-07-17 01:14:03.210778205 +0000
|
@@ -10,7 +10,7 @@
|
show status like '%Created_tmp%';
|
Variable_name Value
|
Created_tmp_disk_tables 0
|
-Created_tmp_files 0
|
+Created_tmp_files 18
|
Created_tmp_tables 0
|
explain select * from v2;
|
id select_type table type possible_keys key key_len ref rows Extra
|
@@ -23,7 +23,7 @@
|
show status like '%Created_tmp%';
|
Variable_name Value
|
Created_tmp_disk_tables 0
|
-Created_tmp_files 0
|
+Created_tmp_files 18
|
Created_tmp_tables 0
|
explain select * from (select * from t2) T1;
|
id select_type table type possible_keys key key_len ref rows Extra
|
@@ -49,7 +49,7 @@
|
show status like '%Created_tmp%';
|
Variable_name Value
|
Created_tmp_disk_tables 0
|
-Created_tmp_files 0
|
+Created_tmp_files 18
|
Created_tmp_tables 2
|
drop table t3;
|
set @@optimizer_switch="firstmatch=off";
|
@@ -68,7 +68,7 @@
|
show status like '%Created_tmp%';
|
Variable_name Value
|
Created_tmp_disk_tables 0
|
-Created_tmp_files 0
|
+Created_tmp_files 18
|
Created_tmp_tables 1
|
set @@optimizer_switch=default;
|
drop table t1,t2,t3;
|
@@ -81,5 +81,5 @@
|
show status like '%Created_tmp%';
|
Variable_name Value
|
Created_tmp_disk_tables 0
|
-Created_tmp_files 0
|
+Created_tmp_files 18
|
Created_tmp_tables 0
|
Attachments
Issue Links
- is part of
-
MDEV-33073 always green buildbot
-
- Stalled
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue is part of MDEV-33073 [ MDEV-33073 ] |
Assignee | Andrew Hutchings [ JIRAUSER52179 ] |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Andrew Hutchings [ JIRAUSER52179 ] | Daniel Black [ danblack ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Fix Version/s | 11.5.2 [ 29838 ] | |
Fix Version/s | 11.6 [ 29515 ] | |
Assignee | Daniel Black [ danblack ] | Andrew Hutchings [ JIRAUSER52179 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Yep, this one seems to hit us a lot right now.