summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove old my_aes_encrypt/decryptSergei Golubchik2015-04-084-330/+51
* yassl paddingSergei Golubchik2015-04-081-11/+33
* my_aes* functions: support for different key lengthsSergei Golubchik2015-04-081-14/+38
* yassl supportSergei Golubchik2015-04-052-39/+72
* unify my_{en|de}crypt_{cbc|ecb|ctr}. no yassl support yet.Sergei Golubchik2015-04-055-570/+140
* simplify my_crypt.cc, remove duplicate codeSergei Golubchik2015-04-051-278/+30
* encryption cleanup: small changesSergei Golubchik2015-04-0517-164/+200
* encryption cleanup: delete obsolete filesSergei Golubchik2015-04-052-77/+0
* MDEV-6819 st_mysql_show_var::value should be void* not char*Sergei Golubchik2015-04-051-11/+11
* remove one cmake MESSAGESergei Golubchik2015-04-051-1/+0
* MDEV-7904: ANALYZE FORMAT=JSON doesn't print r_rows for union outputSergei Petrunia2015-04-043-0/+91
* MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each recordOleksandr Byelkin2015-04-036-13/+234
* 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