summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8763: Galera tests failures with --ps-protocolNirbhay Choubey2015-09-082-15/+32
* disable encrypt_tmp_files and encrypt_binlog by defaultSergei Golubchik2015-09-081-2/+2
* MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_colum...Alexander Barkov2015-09-086-29/+210
* MDEV-8581 Unique prefix for default-tmp-storage-engine does not workSergei Golubchik2015-09-081-1/+0
* MDEV-8699 Wrong result for SELECT..WHERE HEX(date_column)!='323030312D30312D3...Alexander Barkov2015-09-073-1/+116
* MDEV-8704 Wrong result for SELECT..WHERE LENGTH(double_column)!=6 AND double_...Alexander Barkov2015-09-072-0/+24
* MDEV-8703 Wrong result for SELECT..WHERE LENGTH(decimal_10_1_column)!=3 AND d...Alexander Barkov2015-09-072-23/+62
* Field_num::get_equal_const_item() appeared to be in a wrong file (item.cc).Alexander Barkov2015-09-072-19/+19
* MDEV-8729 Wrong result for SELECT..WHERE HEX(enum_column)='61' AND enum_colum...Alexander Barkov2015-09-064-173/+210
* A clean-up after the patch for MDEV-8747 and MDEV-8749:Alexander Barkov2015-09-068-95/+45
* MDEV-8747 Wrong result for SELECT..WHERE derived_table_column='a' AND derived...Alexander Barkov2015-09-066-126/+156
* MDEV-8752 Wrong result for SELECT..WHERE CASE enum_field WHEN 1 THEN 1 ELSE 0...Alexander Barkov2015-09-052-16/+89
* fix dbug tagsSergei Golubchik2015-09-041-4/+5
* MDEV-6066: Merge new defaults from 5.6 and 5.7Sergei Golubchik2015-09-043-53/+25
* MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-044-45/+72
* MDEV-6066: Merge new defaults from 5.6 and 5.7 (autoset)Oleksandr Byelkin2015-09-044-16/+78
* MDEV-8264 encryption for binlogSergei Golubchik2015-09-0413-127/+646
* cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()Sergei Golubchik2015-09-049-514/+456
* cleanup: correct usage of semicolons in sql_yacc.yySergei Golubchik2015-09-042-7/+6
* cleanup: [partial] removal of llstr()Sergei Golubchik2015-09-044-167/+97
* Revert f1abd015, make a smaller fixSergei Golubchik2015-09-043-14/+11
* cleanup DBUG, DBUG_DUMP_EVENT_BUFSergei Golubchik2015-09-043-63/+31
* fix show_relaylog_events.inc to work for multisourceSergei Golubchik2015-09-041-2/+4
* cleanup: remove Slave_log_event (unused since 2002)Sergei Golubchik2015-09-043-247/+0
* cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-0411-82/+77
* cleanup: simplify nested multiline ?(?:(?:)):Sergei Golubchik2015-09-041-11/+12
* cleanup: commentsSergei Golubchik2015-09-044-35/+13
* cleanup: reformatSergei Golubchik2015-09-043-142/+121
* cleanup: Log_event::read_log_event()Sergei Golubchik2015-09-044-200/+136
* cleanup: my_checksumSergei Golubchik2015-09-045-27/+17
* New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-044-53/+49
* String::release and String::reset methodsSergei Golubchik2015-09-042-9/+15
* simplify and unify my_safe_alloca usageSergei Golubchik2015-09-041-4/+3
* cleanup: commentSergei Golubchik2015-09-031-13/+4
* Merge branch '10.0-galera' into 10.1Sergei Golubchik2015-09-034-21/+56
|\
| * Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-08-251-2/+2
| |\
| | * Fix for a typo.Nirbhay Choubey2015-08-181-2/+2
| * | MDEV-8464 : ALTER VIEW not replicated in some casesNirbhay Choubey2015-08-141-7/+16
| * | Fix for a memory leak.Nirbhay Choubey2015-08-141-5/+5
| * | MDEV-8617: Multiple galera tests failures with --ps-protocolNirbhay Choubey2015-08-141-0/+6
| * | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-08-145-45/+73
| |\ \ | | |/
| | * MDEV-8617: Multiple galera tests failures with --ps-protocolNirbhay Choubey2015-08-143-14/+23
| | * MDEV-8598 : Failed MySQL DDL commands and Galera replicationNirbhay Choubey2015-08-121-8/+12
| | * Merge tag 'mariadb-5.5.45' into 5.5-galeraNirbhay Choubey2015-08-0725-127/+242
| | |\
| | * | MDEV-8464 : ALTER VIEW not replicated in some casesNirbhay Choubey2015-07-193-24/+40
| * | | Merge tag 'mariadb-10.0.21' into 10.0-galeraNirbhay Choubey2015-08-0842-217/+477
| |\ \ \
| * | | | MDEV#7501 : alter table exchange partition is not replicated in galera clusterNirbhay Choubey2015-08-061-1/+17
| * | | | MDEV-8240 : Unknown option 'table_type' when using Connect Engine on MGCNirbhay Choubey2015-07-311-8/+9
| * | | | MDEV-8240 : Unknown option 'table_type' when using Connect Engine on MGCNirbhay Choubey2015-07-292-47/+51
| * | | | MDEV-8383 : "GRANT role TO user" does not replicateNirbhay Choubey2015-07-101-0/+1