summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Temporary changes for making compile to workOlivier Bertrand2015-10-041-0/+1
* MDEV-8793 Wrong result set for SELECT ...Alexander Barkov2015-09-186-110/+164
* The patch for MDEV-8466 revealed a bug in str2my_decimal,Alexander Barkov2015-09-171-10/+10
* MDEV-6756: map a linux pid (child pid) to a connection id shown in the output...Oleksandr Byelkin2015-09-173-0/+16
* MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-179-318/+523
* MDEV-8576: Bootstrap should ignore --enforce-storage-engine optionJan Lindström2015-09-161-0/+3
* MDEV-8034 : wsrep_node_address can't be IPV6Nirbhay Choubey2015-09-154-113/+268
* MDEV-8372 Use helper methods introduced in MDEV-7824 all around the codeAlexander Barkov2015-09-152-13/+8
* MDEV-8795 Equal expression propagation does not work for temporal literalsAlexander Barkov2015-09-132-0/+21
* MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-121-2/+9
* MDEV-8675 Different results of GIS functions on NULL vs NOT NULL columnsAlexander Barkov2015-09-111-1/+3
* MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL fieldAlexander Barkov2015-09-112-32/+2
* Merge MDEV-8193 into 10.1Kristian Nielsen2015-09-112-3/+3
|\
| * MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ...Kristian Nielsen2015-09-112-3/+3
* | MDEV-8755 Equal field propagation is not performed any longer for the IN list...Alexander Barkov2015-09-111-8/+8
* | MDEV-8705 Wrong result for SELECT..WHERE latin1_bin_column='a' AND latin1_bin...Alexander Barkov2015-09-113-38/+69
* | MDEV-8740 Wrong result for SELECT..WHERE year_field=10 AND NULLIF(year_field,...Alexander Barkov2015-09-105-49/+74
* | MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8...Alexander Barkov2015-09-103-7/+75
* | MDEV-8786 Wrong result for SELECT FORMAT=JSON * FROM t1 WHERE a=_latin1 0xDFAlexander Barkov2015-09-104-7/+23
* | make encrypt-binlog and encrypt-tmp-files to fail if no encryptionSergei Golubchik2015-09-094-24/+33
* | MDEV-8706 Wrong result for SELECT..WHERE time_column=TIMESTAMP'2015-08-30 00:...Alexander Barkov2015-09-094-12/+136
* | MDEV-8741 Equal field propagation leaves some remainders after simplifying WH...Alexander Barkov2015-09-093-34/+18
* | 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