mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fixed compilation & test issues found by buildbot
include/Makefile.am: Added missing \ mysql-test/mysql-test-run.pl: Suppress warning when ha_archive is not compiled mysql-test/r/variables-big.result: Updated results
This commit is contained in:
parent
006dedf537
commit
ec3c26a515
3 changed files with 12 additions and 11 deletions
|
@ -22,7 +22,7 @@ HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \
|
|||
my_list.h my_alloc.h typelib.h mysql/plugin.h
|
||||
pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
|
||||
my_xml.h mysql_embed.h mysql/services.h \
|
||||
mysql/service_progress_report.h
|
||||
mysql/service_progress_report.h \
|
||||
mysql/service_my_snprintf.h mysql/service_thd_alloc.h \
|
||||
my_pthread.h my_no_pthread.h \
|
||||
mysql/plugin_auth.h mysql/client_plugin.h \
|
||||
|
|
|
@ -4457,6 +4457,7 @@ sub extract_warning_lines ($$) {
|
|||
qr|Checking table: '\./mtr/test_suppressions'|,
|
||||
qr|Table \./test/bug53592 has a primary key in InnoDB data dictionary, but not in MySQL|,
|
||||
qr|mysqld: Table '\./mtr/test_suppressions' is marked as crashed and should be repaired|,
|
||||
qr|Can't open shared library.*ha_archive|,
|
||||
qr|InnoDB: Error: table 'test/bug39438'|,
|
||||
);
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
||||
Id User Host db Command Time State Info Progress
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000
|
||||
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
||||
Id User Host db Command Time State Info Progress
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000
|
||||
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
||||
Id User Host db Command Time State Info Progress
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000
|
||||
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
||||
Id User Host db Command Time State Info Progress
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000
|
||||
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
||||
Id User Host db Command Time State Info Progress
|
||||
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000
|
||||
|
|
Loading…
Add table
Reference in a new issue