summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use standard InnoDB error mechanism on compression and encryptionbb-10.1-mdev7572Jan Lindström2015-02-279-258/+331
| | | | error messages.
* Fix incorrect parameter passing to create_tmp_table in create_result_tableVicențiu Ciorbaru2015-02-261-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öm2015-02-261-0/+2
|\
| * Fix test case.Jan Lindström2015-02-261-0/+2
| |
| * MDEV-7572: InnoDB: Assertion failure in log_init_crypt_key ifJan Lindström2015-02-258-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.
* | testJan Lindström2015-02-260-0/+0
| |
* | MDEV-7572: InnoDB: Assertion failure in log_init_crypt_key ifJan Lindström2015-02-268-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.3Sergei Petrunia2015-02-261-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 againSergei Golubchik2015-02-241-1/+1
|
* Try to stabilize test case. Problem was that test compares numberJan Lindström2015-02-222-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_WAITSJan Lindström2015-02-2139-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öm2015-02-1921-55/+999
| | | | Added support for compression method snappy for page compression.
* Push forgotten file change to fix compiler errors.Jan Lindström2015-02-191-2/+2
|
* MDEV-7604: wsrep plugin lists its plugin_maturity as UnknownJan Lindström2015-02-183-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 pageJan Lindström2015-02-1813-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_checkSergei Golubchik2015-02-175-5/+33
| | | | | put cracklib_password_check into a separate package. build it conditionally on Debian/Ubuntu
* cleanup: remove old debian/ubuntu names from debian/* filesSergei Golubchik2015-02-173-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 semanticsSergei Golubchik2015-02-172-4/+4
|
* Add a testcase for EXPLAIN FORMAT=JSON for ROR-union index_merge.Sergei Petrunia2015-02-172-0/+32
|
* update result filesSergei Golubchik2015-02-151-24/+38
|
* followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins"Sergei Golubchik2015-02-1510-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.aSergei Golubchik2015-02-152-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 Golubchik2015-02-151-1/+0
| | | | openssl
* Removing the Hybrid_type_traits framework. It's not used since 5.5.Alexander Barkov2015-02-122-243/+0
|
* Fix test failure seen on p8-rhel7Jan Lindström2015-02-112-10/+10
|
* Revert "Fixing ConnectSE compilation warnings"Sergei Golubchik2015-02-101-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 Barkov2015-02-101-0/+7
|
* MDEV-7450 key management plugins don't work with yasslSergei Golubchik2015-02-103-2/+7
| | | | workaround, not a fix: don't build key management plugins in yassl builds
* update 32-bit rdiff files in sys_vars suiteSergei Golubchik2015-02-104-286/+357
|
* Do not yet allow encrypted tables with compressed tables.Jan Lindström2015-02-1011-119/+461
|
* Pass down the information should we encrypt the page at os0file.ccJan Lindström2015-02-1028-249/+425
| | | | when page compression and google encryption is used.
* mtr check for openssl support for AES_CTRSergei Golubchik2015-02-106-1/+10
|
* cmake-time detection for EVP_aes_128_ctr()Sergei Golubchik2015-02-104-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öm2015-02-106-6/+145
|
* encryption keys serviceSergei Golubchik2015-02-1025-44/+245
|
* encryption key management plugin apiSergei Golubchik2015-02-1050-344/+696
|
* initialize plugins in the specific order by plugin typeSergei Golubchik2015-02-102-77/+89
| | | | but do MyISAM first - to read mysql.plugin table
* Fixed XtraDB implementation of encryption and page encryption.Jan Lindström2015-02-1027-927/+331
|
* Push for testing of encryptionMonty2015-02-10273-1094/+23385
|
* cleanups done as part of adding encryptionMonty2015-02-109-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 windowsSergei Golubchik2015-02-101-2/+2
|
* new read-only server variable version_ssl_librarySergei Golubchik2015-02-107-10/+51
|
* minor cleanup: ssl.cmakeSergei Golubchik2015-02-101-10/+2
|
* --getopt-prefix-matching command-line optionSergei Golubchik2015-02-1039-58/+88
|
* password validation plugin API: renamesSergei Golubchik2015-02-105-8/+8
|
* don't mention bzr in "make distclean" warning messageSergei Golubchik2015-02-101-3/+1
|
* small cleanup of my_default.cSergei Golubchik2015-02-101-3/+3
|
* update test results for embeddedSergei Golubchik2015-02-103-228/+1
|
* MDEV-6918 Create a way to see a user's default role.Vicențiu Ciorbaru2015-02-0912-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 .debSergei Golubchik2015-02-082-4/+14
| | | | add missing plugins to debs