mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixed buildbot failures on Solaris 64 bit
rpl/rpl_mdev382 ; Wrong replace in show_binlog_events2.inc binlog/database ; Different error on Solaris if file exists mroonga/repair_table_no_index_file ; Different system error on Solaris partition_not_blackhole ; Different error on Solaris partition_myisam ; Different error on Solaris Some other failures in mroonga was because have_32bit.inc didn't correctly detect 64 bits on Solaris. Fixed using DEFAULT_MACHINE instead of MACHINE_TYPE for Sys_version_compile_machine.
This commit is contained in:
parent
f383cbcb03
commit
c2ec897745
7 changed files with 12 additions and 3 deletions
|
|
@ -123,6 +123,7 @@ CHECK TABLE t1;
|
|||
SELECT * FROM t1;
|
||||
--echo # Note that it is currently impossible to drop a partitioned table
|
||||
--echo # without the .par file
|
||||
--replace_result "Not owner" "Operation not permitted"
|
||||
--error ER_GET_ERRNO
|
||||
DROP TABLE t1;
|
||||
--remove_file $MYSQLD_DATADIR/test/t1.frm
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ SHOW TABLES;
|
|||
--replace_result $MYSQLD_DATADIR ./
|
||||
--error ER_NOT_FORM_FILE
|
||||
SHOW CREATE TABLE t1;
|
||||
|
||||
# The replace is needed for Solaris
|
||||
--replace_result "Not owner" "Operation not permitted"
|
||||
--error ER_GET_ERRNO
|
||||
DROP TABLE t1;
|
||||
--list_files $MYSQLD_DATADIR/test t1*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue