Elena Stepanova
5fda340dc3
Remove galera suites from default list for now, tests are unstable
2016-11-04 14:04:24 +03:00
Elena Stepanova
1ddd1b5d37
Add sphinx tests to the list, just in case they are run somewhere
2016-11-04 13:41:26 +03:00
Nirbhay Choubey
cbfb3f9cb1
Move disabled galera tests to galera/disabled.def
2016-11-03 19:30:02 -04:00
Alexander Barkov
d34cd35344
Disabling tests mentioned in MDEV-11229 galera.MW-258 galera.galera_as_master fail in buildbot
2016-11-03 22:07:31 +04:00
Elena Stepanova
82780a7c00
MDEV-11130 Update the list of unstable tests for 10.1
2016-11-02 21:20:00 +03:00
Nirbhay Choubey
54d3dc0e93
Fix/disable some failing galera tests.
2016-11-02 09:48:20 -04:00
Nirbhay Choubey
7a170205e0
MDEV-11152: wsrep_replicate_myisam: SELECT gets replicated using TO
...
Fixed the 'wsrep_replicate_myisam' check to allow only limited
set of commands. Added a debug assert to discover such cases.
2016-11-02 09:45:43 -04:00
Nirbhay Choubey
07918b48b8
MDEV-10993: wsrep.mdev_10186 result depends on location of galera library
...
Update test case.
2016-11-02 09:45:43 -04:00
Nirbhay Choubey
fa4fa0ab90
Make galera test suites default.
2016-11-02 09:45:43 -04:00
Sergei Golubchik
a98c85bb50
Merge branch '10.0-galera' into 10.1
2016-11-02 13:44:07 +01:00
Alexander Barkov
c18054deb2
MDEV-10347 mysqld got signal 11
2016-11-02 08:20:15 +04:00
Nirbhay Choubey
7196691b44
Fix/disable some failing galera tests.
2016-11-01 17:20:12 -04:00
Jan Lindström
cb5685a872
MDEV-11184: innodb.innodb-wl5522-debug-zip fails in buildbot on Windows
2016-10-31 08:49:36 +02:00
Jan Lindström
9aa73153db
MDEV-11183: innodb.innodb-wl5522-debug fails in buildbot and outside
2016-10-31 08:48:00 +02:00
Jan Lindström
67e6cfd086
Add suppression for new InnoDB error log error as this test
...
intentionally produces this error.
2016-10-30 09:16:02 +02:00
Jan Lindström
bb4b8c7470
MDEV-9099: Test encryption.innodb_encryption_discard_import fails on buildbot
2016-10-29 10:09:06 +03:00
Jan Lindström
885577fb10
MDEV-11004: Unable to start (Segfault or os error 2) when encryption key missing
...
Two problems:
(1) When pushing warning to sql-layer we need to check that thd != NULL
to avoid NULL-pointer reference.
(2) At tablespace key rotation if used key_id is not found from
encryption plugin tablespace should not be rotated.
2016-10-29 10:09:06 +03:00
Nirbhay Choubey
5db2195a35
Merge tag 'mariadb-10.0.28' into 10.0-galera
2016-10-28 15:50:13 -04:00
Sergei Golubchik
a0795655ab
MDEV-10846 Running mysqldump backup twice returns error: Table 'mysql.proc' doesn't exist.
...
Update test results after 26b87c3
2016-10-27 12:23:31 +02:00
Igor Babaev
d451d772fd
Fixed bug mdev-9628.
...
In the function create_key_parts_for_pseudo_indexes()
the key part structures of pseudo-indexes created for
BLOB fields were set incorrectly.
Also the key parts for long fields must be 'truncated'
up to the maximum length acceptable for key parts.
2016-10-26 20:45:35 -07:00
Igor Babaev
9d4a0dde0a
Fixed bug mdev-11096.
...
1. When min/max value is provided the null flag for it must be set to 0
in the bitmap Culumn_statistics::column_stat_nulls.
2. When the calculation of the selectivity of the range condition
over a column requires min and max values for the column then we
have to check that these values are provided.
2016-10-26 20:45:35 -07:00
Alexey Botchkov
26b87c332f
MDEV-10846 Running mysqldump backup twice returns error: Table
...
'mysql.proc' doesn't exist.
The mysql_rm_db() doesn't seem to expect the 'mysql' database
to be deleted. Checks for that added.
Also fixed the bug MDEV-11105 Table named 'db'
has weird side effect.
The db.opt file now removed separately.
2016-10-27 00:04:26 +04:00
Sergei Golubchik
22490a0d70
MDEV-8345 STOP SLAVE should not cause an ERROR to be logged to the error log
...
cherry-pick from 5.7:
commit 6b24763
Author: Manish Kumar <manish.4.kumar@oracle.com>
Date: Tue Mar 27 13:10:42 2012 +0530
BUG#12977988 - ON STOP SLAVE: ERROR READING PACKET FROM SERVER: LOST CONNECTION
TO MYSQL SERVER
BUG#11761457 - ERROR 2013 + "ERROR READING RELAY LOG EVENT" ON STOP SLAVEBUG#12977988 - ON STOP SLAVE: ERROR READING PACKET FROM SERVER: LOST CONNECTION
TO MYSQL SERVER
2016-10-26 18:44:34 +02:00
Sergei Golubchik
25932708b1
backport include/search_pattern_in_file.inc from 10.1
2016-10-26 18:44:34 +02:00
Jan Lindström
5569ac0059
MDEV-11126: Crash while altering persistent virtual column
...
Problem was that if old virtual column is computed and stored there
was no check if new column is really virtual column.
2016-10-26 16:46:55 +03:00
Sergey Vojtovich
a3c980b381
MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()
...
Code flow hit incorrect branch while closing table instances before removal.
This branch expects thread to hold open table instance, whereas CREATE OR
REPLACE doesn't actually hold open table instance.
Before CREATE OR REPLACE TABLE it was impossible to hit this condition in
LTM_PRELOCKED mode, thus the problem didn't expose itself during DROP TABLE
or DROP DATABASE.
Fixed by adjusting condition to take into account LTM_PRELOCKED mode, which can
be set during CREATE OR REPLACE TABLE.
2016-10-26 14:12:02 +04:00
Jan Lindström
ea0ae42d83
Merge pull request #250 from sensssz/10.1-vats
...
A few fixes for VATS in 10.1
2016-10-26 08:34:04 +03:00
sensssz
74961760a4
A few fixes for VATS in 10.1
2016-10-25 18:57:03 -04:00
Sergei Golubchik
12c3e16dfa
Merge branch '5.5' into 10.0
2016-10-25 16:41:43 +02:00
Elena Stepanova
0c925aa935
MDEV-11097 - Update the list of unstable tests
2016-10-23 18:47:44 +03:00
Kristian Nielsen
998f987eda
Upstream MIPS test fixes from Debian Bug 838557.
...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838557
MIPS has a different errno for "directory not empty".
2016-10-21 22:37:51 +02:00
Elena Stepanova
fd1f507283
Additions to the list of unstable tests
2016-10-19 03:01:36 +03:00
Elena Stepanova
df87be5eda
MDEV-11069 main.information_schema test fails if hostname includes 'user'
...
Patch provided by Honza Horak
2016-10-17 14:04:45 +03:00
Elena Stepanova
4192c46867
MDEV-11061 Valgrind builder produces endless warnings
...
OpenSSL problems, part II
2016-10-16 04:46:39 +03:00
Elena Stepanova
8a49e00f3f
More unstable tests
2016-10-14 23:23:49 +03:00
Elena Stepanova
f6d4f82d6e
MDEV-11061 Valgrind builder produces endless warnings after switching to OpenSS
2016-10-14 23:23:16 +03:00
Sergei Golubchik
5a43a31ee8
mysqldump: comments and identifiers with new lines
...
don't let identifiers with new lines to break a comment
2016-10-14 01:12:04 +02:00
Sergei Golubchik
01b39b7b07
mysqltest: don't eat new lines in --exec
...
pass them through as is
2016-10-14 01:12:04 +02:00
Sergei Golubchik
383007c75d
mysql cli: fix USE command quoting
...
* use proper sql quoting rules for USE, while preserving
as much of historical behavior as possible
* short commands (\u) behave as before
2016-10-13 21:38:32 +02:00
Jan Lindström
d83fd5fcde
MDEV-10685: innodb.xa_recovery failed in buildbot
...
Test crashes server intentionally, need to be prepared for
crash recovery and database page corruption.
2016-09-30 09:13:39 +03:00
Sergei Golubchik
235876d70e
update test results after merge
2016-09-29 14:21:14 +02:00
Sergei Golubchik
2ede40e67e
Merge branch '10.0' into 10.1
2016-09-29 12:59:51 +02:00
Sergei Golubchik
a3f11f7549
Merge branch '5.5' into 10.0
2016-09-29 12:31:46 +02:00
Vladislav Vaintroub
b34c813ae3
MDEV-10201 SSL tests fail on fedora23
...
Fixed the remaining failing test case in 10.1
2016-09-28 22:14:27 +02:00
Oleksandr Byelkin
9ff9acb307
MDEV-10716: Assertion `real_type() != FIELD_ITEM' failed in Item_ref::build_equal_items(THD*, COND_EQUAL*, bool, COND_EQUAL**)
...
Degenerated condition in AND should be treated in the same
way as in WHERE/HAVING alone (i.e reference should be
processed as well as fields)
2016-09-28 21:12:48 +02:00
Nirbhay Choubey
7c525ce36b
MDEV-9312: storage engine not enforced during galera cluster replication
...
Perform a post initialization of plugin-related variables
of wsrep threads after their global counterparts have been
initialized.
2016-09-28 13:26:13 -04:00
Nirbhay Choubey
e1c6f28f0d
Merge branch '10.0-galera' into 10.1
2016-09-28 13:20:02 -04:00
Sergei Golubchik
735a4a17c2
MDEV-10508 Mariadb crash on out of disk space during dump import
...
update info->write_end and info->write_pos together, with no
"return on error" in between, otherwise write_end might end up being
smaller than write_pos
2016-09-28 17:59:11 +02:00
Sergei Golubchik
66d9696596
Merge branch '10.0' into 10.1
2016-09-28 17:55:28 +02:00
Vladislav Vaintroub
b38d3c3d8a
MDEV-10907 MTR and server writes can interleave in the error log
...
Ensure atomic appends to the error log by using CreateFile with
FILE_APPEND_DATA flag to open error log file (both MTR and server)
2016-09-27 12:34:15 +00:00