Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests (temp)wip-binlog-encryption | Sergei Golubchik | 2015-08-31 | 3 | -113/+5 |
| | |||||
* | MDEV-8264 encryption for binlog | Sergei Golubchik | 2015-08-31 | 2 | -6/+6 |
| | | | | | | | * Start_encryption_log_event * --encrypt-binlog command line option based on google patches. | ||||
* | fix show_relaylog_events.inc to work for multisource | Sergei Golubchik | 2015-08-31 | 2 | -3/+16 |
| | | | | and fix SHOW RELAYLOG 'src_name' EVENTS to respect src_name | ||||
* | Merge branch '10.0-galera' into 10.1 | Nirbhay Choubey | 2015-07-14 | 1 | -0/+34 |
| | |||||
* | Fixing a bug in MDEV-8418 (utf16, utf16le) and MDEV-8417 (utf8mb4). | Alexander Barkov | 2015-07-06 | 1 | -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 Barkov | 2015-07-06 | 1 | -1/+24 |
| | | | | character" | ||||
* | [MDEV-6877] Added tests for binlog_row_image using noblobs switch | Vicențiu Ciorbaru | 2015-06-30 | 2 | -0/+97 |
| | |||||
* | MDEV-8189 field<>const and const<>field are not symmetric | Alexander Barkov | 2015-06-30 | 1 | -0/+10 |
| | |||||
* | Merge tag 'mariadb-10.0.20' into 10.1 | Sergei Golubchik | 2015-06-27 | 3 | -20/+9 |
|\ | |||||
| * | after-merge fixes | Sergei Golubchik | 2015-06-16 | 1 | -0/+8 |
| | | | | | | | | | | in innobase: compilation error on windows other changes: perfschema merge followup | ||||
| * | include the correct IPv6 check in perfschema tests | Sergei Golubchik | 2015-06-15 | 1 | -20/+0 |
| | | |||||
| * | MDEV-8083 MTR is broken on systems with IPv6 disabled | Sergei Golubchik | 2015-06-15 | 1 | -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 Barkov | 2015-06-26 | 1 | -0/+75 |
| | | | | | | | | through a default value | ||||
* | | MDEV-8126 encryption for temp files | Sergei Golubchik | 2015-06-02 | 2 | -0/+5 |
| | | | | | | | | IO_CACHE tempfiles encryption | ||||
* | | Merge tag 'mariadb-10.0.19' into 10.1 | Sergei Golubchik | 2015-06-01 | 3 | -0/+146 |
|\ \ | |/ | |||||
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-05-04 | 1 | -0/+114 |
| |\ | |||||
| | * | MDEV-7649 wrong result when comparing utf8 column with an invalid literal | Alexander Barkov | 2015-04-24 | 1 | -0/+114 |
| | | | |||||
| | * | MDEV-6528 review debian patches for mysql | Sergei Golubchik | 2014-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | and apply whatever was reasonable | ||||
| * | | Merge test for bug#72594 from upstream | Nirbhay Choubey | 2015-04-30 | 2 | -0/+32 |
| | | | |||||
| * | | Merge MDEV-7975 into 10.0 | Kristian Nielsen | 2015-04-14 | 1 | -0/+6 |
| |\ \ | |||||
* | | | | move encryption tests to a dedicate suite | Sergei Golubchik | 2015-05-13 | 7 | -31/+0 |
| | | | | | | | | | | | | | | | | remove few tests for variables that never existed (merge error) | ||||
* | | | | Merge 10.0 -> 10.1. | Kristian Nielsen | 2015-04-17 | 1 | -7/+45 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: mysql-test/suite/multi_source/multisource.result sql/sql_base.cc | ||||
| * | | | MDEV-7107 Sporadic test failure in multi_source.multisource | Elena Stepanova | 2015-03-09 | 1 | -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.1 | Kristian Nielsen | 2015-04-14 | 1 | -0/+6 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | MDEV-7975: sporadic failure in test case rpl.rpl_gtid_startpos | Kristian Nielsen | 2015-04-14 | 1 | -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 verbose | Sergei Golubchik | 2015-04-11 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | report when a pattern is found do not abort, but merely report when a pattern is not found | ||||
* | | | encryption plugin controls the encryption | Sergei Golubchik | 2015-04-09 | 3 | -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 cleanup | Sergei Golubchik | 2015-04-08 | 2 | -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 name | Sergei Golubchik | 2015-04-08 | 4 | -9/+9 |
| | | | |||||
* | | | MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundled | Jan Lindström | 2015-03-17 | 6 | -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 effect | Oleksandr Byelkin | 2015-03-12 | 1 | -0/+65 |
| | | | | | | | | | | | | the problem was in assigning default value during parsing. | ||||
* | | | Merged from 10.0-FusionIO: | Jan Lindström | 2015-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | | Added support for compression method snappy for page compression. | ||||
* | | | mtr check for openssl support for AES_CTR | Sergei Golubchik | 2015-02-10 | 2 | -0/+4 |
| | | | |||||
* | | | encryption key management plugin api | Sergei Golubchik | 2015-02-10 | 4 | -0/+16 |
| | | | |||||
* | | | Push for testing of encryption | Monty | 2015-02-10 | 4 | -1/+21 |
| | | | |||||
* | | | --getopt-prefix-matching command-line option | Sergei Golubchik | 2015-02-10 | 3 | -6/+13 |
| | | | |||||
* | | | Merge branch 'bb-10.1-merge' into 10.1 | Sergei Golubchik | 2015-02-07 | 1 | -0/+6 |
|\ \ \ | |||||
| * \ \ | Merge 10.0-galera into 10.1 | Sergei Golubchik | 2015-02-06 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * \ \ | maria-10.0.16 merge | Nirbhay Choubey | 2015-01-26 | 4 | -4/+59 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | bzr merge -r4588 maria/10.0 | ||||
| | * | | | Minor test modifications. | Nirbhay Choubey | 2015-01-26 | 3 | -23/+3 |
| | | | | | |||||
| | * | | | bzr merge -rtag:mariadb-10.0.15 maria/10.0 | Nirbhay Choubey | 2014-12-05 | 4 | -8/+80 |
| | |\ \ \ | |||||
| | * | | | | bzr merge -r4123..4144 codership/5.6 | Nirbhay Choubey | 2014-09-30 | 2 | -6/+19 |
| | | | | | | |||||
| | * | | | | bzr merge -rtag:mariadb-10.0.14 maria/10.0/ | Nirbhay Choubey | 2014-09-28 | 5 | -1/+469 |
| | |\ \ \ \ | |||||
| | * | | | | | Minor improvements in mtr and wsrep test files. | Nirbhay Choubey | 2014-09-09 | 4 | -1/+42 |
| | | | | | | | |||||
| | * | | | | | Fix for some failing rpl tests. | Nirbhay Choubey | 2014-08-14 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | bzr merge -r4346 maria/10.0 (maria-10.0.13) | Nirbhay Choubey | 2014-08-11 | 11 | -15/+246 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Added 'have_innodb_disallow_writes.inc'. | Nirbhay Choubey | 2014-08-11 | 2 | -1/+7 |
| | | | | | | | | |||||
| | * | | | | | | MDEV-6492: MariaDB Galera Cluster cant use rsync sst | Nirbhay Choubey | 2014-07-31 | 1 | -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.0 | Nirbhay Choubey | 2014-06-19 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Merging changes from maria-5.5-galera and | Nirbhay Choubey | 2014-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some test fixes. bzr merge -r3479..3493 maria-5.5-galera |