summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MDEV-7284 INDEX: CREATE OR REPLACEAlexander Barkov2015-04-039-16/+178
* Adjust test timeout to let long semaphore wait signaling to happen.Jan Lindström2015-04-033-6/+6
|\
| * Adjust test wait timeout.Jan Lindström2015-03-313-6/+6
| * Merge branch '10.1' into bb-10.1-janJan Lindström2015-03-1952-430/+3082
| |\
| | * MDEV-7797: file_key_management_plugin uses static IV for a keyJan Lindström2015-03-192-300/+300
| * | Merge branch '10.1' into bb-10.1-janJan Lindström2015-03-17153-2364/+3558
| |\ \
| | * | Replace static usage of AES_CTR with current encryption algorithm.Jan Lindström2015-03-171-1/+9
| * | | Introduce only one combinations file and and rule for aes_ctr toJan Lindström2015-03-1611-16/+8
| * | | MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundledJan Lindström2015-03-1317-28/+47
* | | | MDEV-7867: Add binlog header to GRA_.log fileNirbhay Choubey2015-04-016-10/+84
* | | | MDEV-7878: innodb_scrub_background fails sporadically in buildbot (Failing as...Jan Lindström2015-03-312-0/+6
* | | | Merge MDEV-7847 and MDEV-7882 into 10.0.Kristian Nielsen2015-03-305-21/+518
|\ \ \ \
| * | | | MDEV-7847: "Slave worker thread retried transaction 10 time(s) in vain, givin...Kristian Nielsen2015-03-305-12/+515
| * | | | MDEV-7882: Excessive transaction retry in parallel replicationKristian Nielsen2015-03-301-3/+28
* | | | | Removing Item_string::m_cs_specified andAlexander Barkov2015-03-301-28/+6
* | | | | Increased the version numberElena Stepanova2015-03-301-1/+1
* | | | | MDEV-7874 deb package installation fails with "dpkg: dependency problems prev...Elena Stepanova2015-03-302-0/+2
* | | | | MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_msOleksandr Byelkin2015-03-296-3/+118
* | | | | Better commentsSergei Petrunia2015-03-272-5/+47
* | | | | Skip necessary encryption tests if required plugin is not found.Jan Lindström2015-03-271-0/+6
* | | | | Preparatory refactoring for:Alexander Barkov2015-03-263-90/+108
* | | | | MDEV-7834: ANALYZE FORMAT=JSON output column should be named ANALYZEOleksandr Byelkin2015-03-253-11/+14
* | | | | Trivial test results updatesSergei Petrunia2015-03-251-0/+14
* | | | | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-2513-21/+231
|\ \ \ \ \
| * | | | | Fix valgrind failure: correclty clean up handler::trackerSergei Petrunia2015-03-251-0/+1
| * | | | | Fix linking: move the inline functionsSergei Petrunia2015-03-244-38/+37
| * | | | | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-2413-39/+249
| |\ \ \ \ \
| | * | | | | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-2412-157/+117
| | * | | | | Better commentsSergei Petrunia2015-03-241-4/+39
| | * | | | | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-0712-3/+218
* | | | | | | Merge pull request #33 from k0da/mdev-7839Sergei Petrunia2015-03-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix BigEndian buildDinar Valeev2015-03-251-1/+1
|/ / / / / / /
* | | | | | | MDEV-7831 Bad warning for DATE_ADD(timestamp_column, INTERVAL 10 SECOND)Alexander Barkov2015-03-255-11/+45
* | | | | | | MDEV-7825: Parallel replication race condition on gco->flags, possibly result...Kristian Nielsen2015-03-242-5/+7
|/ / / / / /
* | | | | | MDEV-7677 my_charset_handler_filename has a wrong "ismbchar" memberAlexander Barkov2015-03-233-2/+24
* | | | | | MDEV-7813 analyze_stmt fails with --embedded flag set10.1-MDEV-7813Vicențiu Ciorbaru2015-03-214-87/+89
* | | | | | MDEV-7797: file_key_management_plugin uses static IV for a keyJan Lindström2015-03-202-296/+282
* | | | | | A preparatory patch for MDEV-7284 INDEX: CREATE OR REPLACE.Alexander Barkov2015-03-206-28/+30
* | | | | | Refactoring in sql_yacc.yy. A pre-requirement patch forAlexander Barkov2015-03-203-133/+150
* | | | | | MDEV-5214 Status variables for number of global/db/table/column/role grantsVicențiu Ciorbaru2015-03-201-0/+1
* | | | | | Update galera.global_suppressions with galera warnings.Nirbhay Choubey2015-03-191-0/+2
* | | | | | MDEV-5214 Status variables for number of global/db/table/column/role grantsVicențiu Ciorbaru2015-03-195-0/+224
* | | | | | MDEV-6069: Remove old logic for 3.23-to-higher upgrades from upgrade SQL scriptsNirbhay Choubey2015-03-195-800/+39
* | | | | | MDEV-7803: Encryption metadata (crypt_data) is written to InnoDB file space p...Jan Lindström2015-03-194-14/+60
| |_|_|_|/ |/| | | |
* | | | | Introduce two debug crash points while writing crypt data to testJan Lindström2015-03-192-0/+12
* | | | | MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)Alexander Barkov2015-03-1831-121/+1805
* | | | | Fixed innodb and innodb_bug59641 failures on PPC64.Sergey Vojtovich2015-03-183-2/+3
* | | | | Replace static usage of AES_CTR with current encryption algorithm.Jan Lindström2015-03-171-1/+9
* | | | | Installation fix.Alexey Botchkov2015-03-171-0/+2
* | | | | MDEV-7515 GIS: No AddGeometryColumn or DropGeometryColumn in the tree.Alexey Botchkov2015-03-174-4/+79