Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard InnoDB error mechanism on compression and encryptionbb-10.1-mdev7572 | Jan Lindström | 2015-02-27 | 9 | -258/+331 |
| | | | | error messages. | ||||
* | Fix incorrect parameter passing to create_tmp_table in create_result_table | Vicențiu Ciorbaru | 2015-02-26 | 1 | -1/+1 |
| | | | | | | Create_tmp_table was called incorrectly called in select_materialized_with_stats::create_result_table, having keep_row_order passed for the do_not_open parameter and keep_row_order always set to false. | ||||
* | Try to fix test warning. | Jan Lindström | 2015-02-26 | 1 | -0/+2 |
|\ | |||||
| * | Fix test case. | Jan Lindström | 2015-02-26 | 1 | -0/+2 |
| | | |||||
| * | MDEV-7572: InnoDB: Assertion failure in log_init_crypt_key if | Jan Lindström | 2015-02-25 | 8 | -25/+467 |
| | | | | | | | | | | | | | | file_key_management_plugin is used Fixed error handling and added disabling InnoDB redo log encryption if encryption key management plugin is not there. | ||||
* | | test | Jan Lindström | 2015-02-26 | 0 | -0/+0 |
| | | |||||
* | | MDEV-7572: InnoDB: Assertion failure in log_init_crypt_key if | Jan Lindström | 2015-02-26 | 8 | -25/+467 |
| | | | | | | | | | | | | | | file_key_management_plugin is used Fixed error handling and added disabling InnoDB redo log encryption if encryption key management plugin is not there. | ||||
* | | MDEV-6323: ‘explain_node’ may be used uninitialized in this functionmariadb-10.1.3 | Sergei Petrunia | 2015-02-26 | 1 | -9/+13 |
|/ | | | | | | - Remove the compiler warning, add assert statements. - make select_describe() not call mysql_explain_union() for views that were "merged for INSERT". | ||||
* | disable feedback plugin again | Sergei Golubchik | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Try to stabilize test case. Problem was that test compares number | Jan Lindström | 2015-02-22 | 2 | -19/+19 |
| | | | | | of encryption/compression pages and that will happen if and only if dirty pages are written to the disk. | ||||
* | MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS | Jan Lindström | 2015-02-21 | 39 | -293/+2173 |
| | | | | | | | | | | MDEV-7399: Add support for INFORMATION_SCHEMA.INNODB_MUTEXES MDEV-7618: Improve semaphore instrumentation Introduced two new information schema tables to monitor mutex waits and semaphore waits. Added a new configuration variable innodb_intrument_semaphores to add thread_id, file name and line of current holder of mutex/rw_lock. | ||||
* | Merged from 10.0-FusionIO: | Jan Lindström | 2015-02-19 | 21 | -55/+999 |
| | | | | Added support for compression method snappy for page compression. | ||||
* | Push forgotten file change to fix compiler errors. | Jan Lindström | 2015-02-19 | 1 | -2/+2 |
| | |||||
* | MDEV-7604: wsrep plugin lists its plugin_maturity as Unknown | Jan Lindström | 2015-02-18 | 3 | -4/+14 |
| | | | | | Changed wsrep plugin from mysql_plugin to maria_plugin to set up plugin_maturity to Stable. | ||||
* | MDEV-7593: Default encryption key does not work correctly for page | Jan Lindström | 2015-02-18 | 13 | -21/+249 |
| | | | | | | | encrypted tables Introduced a new innodb_default_page_encryption_key configuration variable to allow user to set the default key identifier. | ||||
* | MDEV-7305 Difficulties building cracklib_password_check | Sergei Golubchik | 2015-02-17 | 5 | -5/+33 |
| | | | | | put cracklib_password_check into a separate package. build it conditionally on Debian/Ubuntu | ||||
* | cleanup: remove old debian/ubuntu names from debian/* files | Sergei Golubchik | 2015-02-17 | 3 | -10/+4 |
| | | | | | namely, remove the code to support: etch, lenny, hardy, intrepid, jaunty, karmic, maverick, natty | ||||
* | innodb/xtradb: update nonnull attributes to match the new semantics | Sergei Golubchik | 2015-02-17 | 2 | -4/+4 |
| | |||||
* | Add a testcase for EXPLAIN FORMAT=JSON for ROR-union index_merge. | Sergei Petrunia | 2015-02-17 | 2 | -0/+32 |
| | |||||
* | update result files | Sergei Golubchik | 2015-02-15 | 1 | -24/+38 |
| | |||||
* | followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins" | Sergei Golubchik | 2015-02-15 | 10 | -46/+44 |
| | | | | | | | | | | | | Remove ONLY_IF clause in MYSQL_ADD_PLUGIN and the requirement that every plugin's CMakeLists.txt *must* do MYSQL_ADD_PLUGIN for PLUGIN_XXX=YES to work. This was very fragile and cannot be relied on. Use a different implementation of =YES check - iterate all PLUGIN_* variables and see which one doesn't have a matching target. Revert all ONLY_IF changes in CMakeLists.txt files. | ||||
* | Don't link plugins with libmysys.a or libmysys_ssl.a | Sergei Golubchik | 2015-02-15 | 2 | -3/+3 |
| | | | | | we don't want mysys static data structures to be overwritten when a dynamic plugin is loaded. | ||||
* | yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with ↵ | Sergei Golubchik | 2015-02-15 | 1 | -1/+0 |
| | | | | openssl | ||||
* | Removing the Hybrid_type_traits framework. It's not used since 5.5. | Alexander Barkov | 2015-02-12 | 2 | -243/+0 |
| | |||||
* | Fix test failure seen on p8-rhel7 | Jan Lindström | 2015-02-11 | 2 | -10/+10 |
| | |||||
* | Revert "Fixing ConnectSE compilation warnings" | Sergei Golubchik | 2015-02-10 | 1 | -7/+0 |
| | | | | | | | This reverts commit aa61e4c76e80bf833abc1d340468673c26551252 that broke the compilation on few platforms (e.g. centos5). These warnings are already fixed properly in 10.0-connect. | ||||
* | Fixing ConnectSE compilation warnings (and failires in maintainer mode). | Alexander Barkov | 2015-02-10 | 1 | -0/+7 |
| | |||||
* | MDEV-7450 key management plugins don't work with yassl | Sergei Golubchik | 2015-02-10 | 3 | -2/+7 |
| | | | | workaround, not a fix: don't build key management plugins in yassl builds | ||||
* | update 32-bit rdiff files in sys_vars suite | Sergei Golubchik | 2015-02-10 | 4 | -286/+357 |
| | |||||
* | Do not yet allow encrypted tables with compressed tables. | Jan Lindström | 2015-02-10 | 11 | -119/+461 |
| | |||||
* | Pass down the information should we encrypt the page at os0file.cc | Jan Lindström | 2015-02-10 | 28 | -249/+425 |
| | | | | when page compression and google encryption is used. | ||||
* | mtr check for openssl support for AES_CTR | Sergei Golubchik | 2015-02-10 | 6 | -1/+10 |
| | |||||
* | cmake-time detection for EVP_aes_128_ctr() | Sergei Golubchik | 2015-02-10 | 4 | -3/+8 |
| | | | | because old openssl versions (e.g. on labrador) don't have it | ||||
* | Add test case for combination Google encryption and page compressed tables. | Jan Lindström | 2015-02-10 | 6 | -6/+145 |
| | |||||
* | encryption keys service | Sergei Golubchik | 2015-02-10 | 25 | -44/+245 |
| | |||||
* | encryption key management plugin api | Sergei Golubchik | 2015-02-10 | 50 | -344/+696 |
| | |||||
* | initialize plugins in the specific order by plugin type | Sergei Golubchik | 2015-02-10 | 2 | -77/+89 |
| | | | | but do MyISAM first - to read mysql.plugin table | ||||
* | Fixed XtraDB implementation of encryption and page encryption. | Jan Lindström | 2015-02-10 | 27 | -927/+331 |
| | |||||
* | Push for testing of encryption | Monty | 2015-02-10 | 273 | -1094/+23385 |
| | |||||
* | cleanups done as part of adding encryption | Monty | 2015-02-10 | 9 | -18/+37 |
| | | | | | | - Fixed compiler warnings - Added include/wait_for_binlog_checkpoint.inc, as suggested by JonasO - Updated 'build-tags' to work with git (Patch by Serg) | ||||
* | fix for cmake builds on windows | Sergei Golubchik | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | new read-only server variable version_ssl_library | Sergei Golubchik | 2015-02-10 | 7 | -10/+51 |
| | |||||
* | minor cleanup: ssl.cmake | Sergei Golubchik | 2015-02-10 | 1 | -10/+2 |
| | |||||
* | --getopt-prefix-matching command-line option | Sergei Golubchik | 2015-02-10 | 39 | -58/+88 |
| | |||||
* | password validation plugin API: renames | Sergei Golubchik | 2015-02-10 | 5 | -8/+8 |
| | |||||
* | don't mention bzr in "make distclean" warning message | Sergei Golubchik | 2015-02-10 | 1 | -3/+1 |
| | |||||
* | small cleanup of my_default.c | Sergei Golubchik | 2015-02-10 | 1 | -3/+3 |
| | |||||
* | update test results for embedded | Sergei Golubchik | 2015-02-10 | 3 | -228/+1 |
| | |||||
* | MDEV-6918 Create a way to see a user's default role. | Vicențiu Ciorbaru | 2015-02-09 | 12 | -48/+434 |
| | | | | | | Added an extra column to i_s_applicable_roles, named IS_DEFAULT. The column displays which role is the default role for the user querying the table. | ||||
* | MDEV-7151 ha_archive.so missing from .deb | Sergei Golubchik | 2015-02-08 | 2 | -4/+14 |
| | | | | add missing plugins to debs |