summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cleanup: LOAD DATA replication support in IO_CACHESergei Golubchik2015-06-021-12/+0
* Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-017-80/+34
|\
| * perfschema 5.6.24Sergei Golubchik2015-05-055-79/+32
| |\
| | * 5.6.24Sergei Golubchik2015-05-045-79/+32
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-0/+1
| |\ \
| | * | MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-121-0/+1
| * | | SSL: Verbosely report SSL initialization errorsSergei Golubchik2015-05-031-1/+1
* | | | MDEV-8241: Debug build on Windows is broken: error LNK2019: unresolved extern...Oleksandr Byelkin2015-05-291-1/+1
* | | | MDEV-7067: Server outputs Galera (WSREP) information, even if Galera is disabledNirbhay Choubey2015-05-291-0/+4
* | | | Identical key derivation code in XtraDB/InnoDB/AriaSergei Golubchik2015-05-1510-5/+325
* | | | move AES_CTR to its own greatly simplified functionSergei Golubchik2015-05-131-7/+2
* | | | Add encryption key id to the API as a distinct conceptSergei Golubchik2015-04-097-44/+58
* | | | remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-092-71/+33
* | | | renames to follow single consistent naming styleSergei Golubchik2015-04-099-113/+120
* | | | remove wrappers in encryption_keys.ccSergei Golubchik2015-04-096-90/+26
* | | | encryption plugin controls the encryptionSergei Golubchik2015-04-099-122/+150
* | | | rename "encryption key management plugin" to "encryption plugin"Sergei Golubchik2015-04-094-9/+9
* | | | optimize encryption apiSergei Golubchik2015-04-088-40/+35
* | | | copy-paste bug in service_sha1.hSergei Golubchik2015-04-081-4/+4
* | | | small cleanupSergei Golubchik2015-04-082-1/+3
* | | | remove Aria-only handler flagSergei Golubchik2015-04-081-2/+1
* | | | remove get_iv() from the key management plugin APISergei Golubchik2015-04-087-23/+0
* | | | remove old my_aes_encrypt/decryptSergei Golubchik2015-04-081-49/+0
* | | | yassl supportSergei Golubchik2015-04-051-9/+9
* | | | unify my_{en|de}crypt_{cbc|ecb|ctr}. no yassl support yet.Sergei Golubchik2015-04-051-11/+42
* | | | encryption cleanup: small changesSergei Golubchik2015-04-054-39/+4
* | | | encryption cleanup: delete obsolete filesSergei Golubchik2015-04-051-60/+0
* | | | MDEV-6572 "USE dbname" with a bad sequence erroneously connects to a wrong da...Alexander Barkov2015-03-161-0/+4
* | | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-161-1/+6
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-13/+0
* | | | Moving the conversion code from String::well_formed_copy()Alexander Barkov2015-03-161-0/+38
* | | | MDEV-6566 Different INSERT behaviour on bad bytes with and without character ...Alexander Barkov2015-03-131-12/+59
* | | | MDEV-6819 st_mysql_show_var::value should be void* not char*Sergei Golubchik2015-03-076-12/+12
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-074-8/+11
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-02-221-1/+4
| |\ \ \
| | * | | fix a case where automatic procedure grant was changing user's passwordSergei Golubchik2015-02-171-1/+4
| * | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-183-3/+11
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | MDEV-7419 Function cli_safe_read not exportedmariadb-5.5.42Sergei Golubchik2015-02-132-0/+8
| | * | Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-3/+3
| | |\ \
| | | * | Updated the copyright year in the welcome message for MySQLmysql-5.5.42Bala2015-01-061-2/+2
| | | * | Bug #18808072 MYSQLBINLOG USES LOCALTIME() TO PRINT EVENTS, CAUSES KERNEL MUT...Venkatesh Duggirala2014-10-081-3/+13
| | | * | Bug#17283409 4-WAY DEADLOCK: ZOMBIES, PURGING BINLOGS,Venkatesh Duggirala2014-05-081-1/+3
| | | * | BUG#18080920: CRASH; MY_REALLOC_STR DEREFERENCES NEGATIVE VALUE Nisha Gopalakrishnan2014-04-241-2/+4
| | | * | Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-171-0/+1
| | | * | Fixing the bug 18184414: WRONG COPYRIGHT TO FILE INCLUDE/MYSQL_VERSION.H.INMurthy Narkedimilli2014-02-061-3/+4
| | | * | Bug #17760379 COLLATIONS WITH CONTRACTIONS BUFFER-OVERFLOW THEMSELVES IN THE ...Venkata Sidagam2014-01-111-2/+2
| | | * | updating the current copyright year which reflects in the MySQL welcome message.Murthy Narkedimilli2014-01-091-2/+2
| | | * | Updated/added copyright headersMurthy Narkedimilli2014-01-065-5/+5
| | | * | Bug#17702677 WRONG INSTRUMENTATION INTERFACE FOR MYSQL_COND_TIMEDWAITChristopher Powers2013-11-071-2/+2
| | | * | Bug#17702677 WRONG INSTRUMENTATION INTERFACE FOR MYSQL_COND_TIMEDWAITMarc Alff2013-11-061-2/+2