summaryrefslogtreecommitdiff
path: root/mysql-test/include
Commit message (Collapse)AuthorAgeFilesLines
* tests (temp)wip-binlog-encryptionSergei Golubchik2015-08-313-113/+5
|
* MDEV-8264 encryption for binlogSergei Golubchik2015-08-312-6/+6
| | | | | | | * Start_encryption_log_event * --encrypt-binlog command line option based on google patches.
* fix show_relaylog_events.inc to work for multisourceSergei Golubchik2015-08-312-3/+16
| | | | and fix SHOW RELAYLOG 'src_name' EVENTS to respect src_name
* Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-0/+34
|
* Fixing a bug in MDEV-8418 (utf16, utf16le) and MDEV-8417 (utf8mb4).Alexander Barkov2015-07-061-9/+14
| | | | | Fixing non-BMP characters to have the same weight, as it was before MDEV-8418 and MDEV-8417.
* MDEV-8417 utf8mb4: compare broken bytes as "greater than any non-broken ↵Alexander Barkov2015-07-061-1/+24
| | | | character"
* [MDEV-6877] Added tests for binlog_row_image using noblobs switchVicențiu Ciorbaru2015-06-302-0/+97
|
* MDEV-8189 field<>const and const<>field are not symmetricAlexander Barkov2015-06-301-0/+10
|
* Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-273-20/+9
|\
| * after-merge fixesSergei Golubchik2015-06-161-0/+8
| | | | | | | | | | in innobase: compilation error on windows other changes: perfschema merge followup
| * include the correct IPv6 check in perfschema testsSergei Golubchik2015-06-151-20/+0
| |
| * MDEV-8083 MTR is broken on systems with IPv6 disabledSergei Golubchik2015-06-151-0/+1
| | | | | | | | | | disable IPv6 globally in mysql-test, only use it in dedicated IPv6 tests (where it is enabled per-test)
* | MDEV-7824 [Bug #68041] Zero date can be inserted in strict no-zero mode ↵Alexander Barkov2015-06-261-0/+75
| | | | | | | | through a default value
* | MDEV-8126 encryption for temp filesSergei Golubchik2015-06-022-0/+5
| | | | | | | | IO_CACHE tempfiles encryption
* | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-013-0/+146
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-0/+114
| |\
| | * MDEV-7649 wrong result when comparing utf8 column with an invalid literalAlexander Barkov2015-04-241-0/+114
| | |
| | * MDEV-6528 review debian patches for mysqlSergei Golubchik2014-10-021-1/+1
| | | | | | | | | | | | and apply whatever was reasonable
| * | Merge test for bug#72594 from upstreamNirbhay Choubey2015-04-302-0/+32
| | |
| * | Merge MDEV-7975 into 10.0Kristian Nielsen2015-04-141-0/+6
| |\ \
* | | | move encryption tests to a dedicate suiteSergei Golubchik2015-05-137-31/+0
| | | | | | | | | | | | | | | | remove few tests for variables that never existed (merge error)
* | | | Merge 10.0 -> 10.1.Kristian Nielsen2015-04-171-7/+45
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: mysql-test/suite/multi_source/multisource.result sql/sql_base.cc
| * | | MDEV-7107 Sporadic test failure in multi_source.multisourceElena Stepanova2015-03-091-7/+45
| | | | | | | | | | | | | | | | | | | | | | | | Extend show_slave_status.inc to run SHOW ALL SLAVES STATUS and SHOW SLAVE 'name' STATUS on demand, and make the test use the include file instead of direct SHOW statements
* | | | Merge MDEV-7975 into 10.1Kristian Nielsen2015-04-141-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | MDEV-7975: sporadic failure in test case rpl.rpl_gtid_startposKristian Nielsen2015-04-141-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some suppressions that were missing. They are for if a STOP SLAVE is executed early during IO thread startup, when it is negotiating with the master. The master connection may be killed in the middle of a mysql_real_query(), which is not a test failure if it is a network error. This also caught one real code error, fixed with this commit: The I/O thread would fail to automatically reconnect if a network error happened while fetching the value of @@GLOBAL.gtid_domain_id.
* | | mtr: make search_pattern_in_file.inc more verboseSergei Golubchik2015-04-111-6/+9
| | | | | | | | | | | | | | | report when a pattern is found do not abort, but merely report when a pattern is not found
* | | encryption plugin controls the encryptionSergei Golubchik2015-04-093-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * no --encryption-algorithm option anymore * encrypt/decrypt methods in the encryption plugin * ecnrypt/decrypt methods in the encryption_km service * file_km plugin has --file-key-management-encryption-algorithm * debug_km always uses aes_cbc * example_km changes between aes_cbc and aes_ecb for different key versions
* | | small cleanupSergei Golubchik2015-04-082-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * my_aes.h doesn't compile without my_global.h * typo in a comment * redundant condition * if encryption plugin fails, there's no encryption_key_manager at plugin deinit time * encryption plugin tests must run when plugin.so is present, not when a plugin is active (otherwise the test will be skipped when plugin fails to initialize).
* | | rename plugins to remove "_plugin" from the plugin nameSergei Golubchik2015-04-084-9/+9
| | |
* | | MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundledJan Lindström2015-03-176-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two problems: - Read/Write outside of buffer at memcpy() because of incorrect parameters . OPENSSL_assert(EVP_CIPHER_CTX_iv_length(&ctx.ctx) == iv_length); // ECB does not use IV, thus incorrect assertion Added: mysql-test/include/encryption_algorithms.combinations to run tests with methods cbc, ecb and ctr in those systems where they are available (see suite.pm).
* | | MDEV-6956:SET STATEMENT default_master_connection = ... has no effectOleksandr Byelkin2015-03-121-0/+65
| | | | | | | | | | | | the problem was in assigning default value during parsing.
* | | Merged from 10.0-FusionIO:Jan Lindström2015-02-191-0/+4
| | | | | | | | | | | | Added support for compression method snappy for page compression.
* | | mtr check for openssl support for AES_CTRSergei Golubchik2015-02-102-0/+4
| | |
* | | encryption key management plugin apiSergei Golubchik2015-02-104-0/+16
| | |
* | | Push for testing of encryptionMonty2015-02-104-1/+21
| | |
* | | --getopt-prefix-matching command-line optionSergei Golubchik2015-02-103-6/+13
| | |
* | | Merge branch 'bb-10.1-merge' into 10.1Sergei Golubchik2015-02-071-0/+6
|\ \ \
| * \ \ Merge 10.0-galera into 10.1Sergei Golubchik2015-02-061-0/+6
| |\ \ \
| | * \ \ maria-10.0.16 mergeNirbhay Choubey2015-01-264-4/+59
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | bzr merge -r4588 maria/10.0
| | * | | Minor test modifications.Nirbhay Choubey2015-01-263-23/+3
| | | | |
| | * | | bzr merge -rtag:mariadb-10.0.15 maria/10.0Nirbhay Choubey2014-12-054-8/+80
| | |\ \ \
| | * | | | bzr merge -r4123..4144 codership/5.6Nirbhay Choubey2014-09-302-6/+19
| | | | | |
| | * | | | bzr merge -rtag:mariadb-10.0.14 maria/10.0/Nirbhay Choubey2014-09-285-1/+469
| | |\ \ \ \
| | * | | | | Minor improvements in mtr and wsrep test files.Nirbhay Choubey2014-09-094-1/+42
| | | | | | |
| | * | | | | Fix for some failing rpl tests.Nirbhay Choubey2014-08-141-1/+2
| | | | | | |
| | * | | | | bzr merge -r4346 maria/10.0 (maria-10.0.13)Nirbhay Choubey2014-08-1111-15/+246
| | |\ \ \ \ \
| | * | | | | | Added 'have_innodb_disallow_writes.inc'.Nirbhay Choubey2014-08-112-1/+7
| | | | | | | |
| | * | | | | | MDEV-6492: MariaDB Galera Cluster cant use rsync sstNirbhay Choubey2014-07-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A donor node does a flush tables and then tries to freeze innodb writes before proceeding with SST. However, innodb_disallow_writes was missing in xtradb. Merged 'InnodbFreeze' patch from maria-5.5-galera's to xtradb. Also, merged some changes missing in innobase's os0file.cc. Added a basic test case for innodb_disallow_writes system variable.
| | * | | | | | bzr merge -rtag:mariadb-10.0.12 maria/10.0Nirbhay Choubey2014-06-191-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | Merging changes from maria-5.5-galera andNirbhay Choubey2014-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some test fixes. bzr merge -r3479..3493 maria-5.5-galera