summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* optimizer 210.4-blob-index-optimizerSachin2019-01-092-5/+5
|
* opt commit 2Sachin2019-01-092-3/+32
|
* add_key_part modifiedSachin2019-01-091-0/+11
|
* remove extra codeSachin2019-01-091-90/+0
|
* Final CommitSachin2019-01-092-8/+11
|
* Final changesSachin2019-01-087-70/+56
|
* fix sql_tableSachin2019-01-061-33/+19
|
* Change add_hash_fieldSachin2019-01-051-61/+22
|
* Random fixesSachin2019-01-036-69/+35
|
* Random changesSachin2019-01-025-72/+58
|
* Fix find_field in hash changed to look into keyinfoSachin2018-12-312-5/+5
|
* fix commpile errorSachin2018-12-311-1/+1
|
* Architecture change finalSachin2018-12-318-180/+174
|
* Commit which fixes previous architecture changesSachin2018-12-313-42/+71
|
* Compile error solvedSachin2018-12-312-10/+10
|
* Architectre changeSachin2018-12-315-47/+82
|
* fix bug of 65536Sachin2018-12-312-3/+2
|
* Hash_index to hashSachin2018-12-311-1/+1
|
* Commit 2Sachin2018-12-312-5/+1
|
* commit aSachin2018-12-3114-38/+836
|
* tc_contention_warning_reported transition to std::atomicSergey Vojtovich2018-12-291-3/+3
|
* XID_cache_element::m_state transition to std::atomicSergey Vojtovich2018-12-291-15/+15
|
* Master_info counters transition to Atomic_counterSergey Vojtovich2018-12-297-23/+10
|
* MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2018-12-282-2/+2
| | | | | Added lf_hash_size() macro, so that callers don't need to use atomic operations.
* "flush ssl" ASAN warnings with yasslVladislav Vaintroub2018-12-281-12/+9
| | | | | | avoid calling SSL_get_verify_mode() and SSL_get_verify_depth(), since yassl implementation of the function accesses the acceptor context, which can be freed on FLUSH SSL command.
* MDEV-17959 Assertion `opt_bootstrap || mysql_parse_status || ↵Alexander Barkov2018-12-271-0/+1
| | | | thd->lex->select_stack_top == 0' failed in parse_sql upon DELETE HISTORY under ORACLE mode
* MDEV-18072 Assertion `is_null() == item->null_value || conv' failed in ↵Alexander Barkov2018-12-251-6/+20
| | | | Timestamp_or_zero_datetime_native_null::Timestamp_or_zero_datetime_native_null upon query with GROUP BY
* MDEV-18072 Assertion `is_null() == item->null_value || conv' failed in ↵Alexander Barkov2018-12-251-0/+1
| | | | Timestamp_or_zero_datetime_native_null::Timestamp_or_zero_datetime_native_null upon query with GROUP BY
* Merge 10.3 into 10.4Marko Mäkelä2018-12-1816-60/+127
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-1813-50/+113
| |\
| | * MDEV-17676: Assertion `inited==NONE || (inited==RND && scan)' failed in ↵Varun Gupta2018-12-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | handler::ha_rnd_init While calculating distinct with the function remove_dup_with_compare, we don't have rnd_end calls when we have completed the scan over the temporary table. Added ha_rnd_end calls when we are done with the scan of the table.
| | * MDEV-14576 Include full name of object in message about incorrect value for ↵Alexey Botchkov2018-12-1613-49/+121
| | | | | | | | | | | | | | | | | | | | | | | | column. The error message modified. Then the TABLE_SHARE::error_table_name() implementation taken from 10.3, to be used as a name of the table in this message.
* | | MDEV-18010 Add classes Inet4 and Inet6Alexander Barkov2018-12-153-261/+325
| | |
* | | Merge 10.3 into 10.4Marko Mäkelä2018-12-142-3/+5
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-12-141-2/+3
| |\ \ | | |/
| | * Work around the crash in MDEV-17814Marko Mäkelä2018-12-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Internal transactions may not have trx->mysql_thd. But at the same time, trx->duplicates should only hold if REPLACE or INSERT...ON DUPLICATE KEY UPDATE was executed from SQL. The flag feels misplaced. A more appropriate place for it would be row_prebuilt_t or similar.
| * | Merge 10.2 into 10.3Marko Mäkelä2018-12-141-1/+2
| |\ \ | | |/
| | * MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMTOleksandr Byelkin2018-12-141-1/+2
| | | | | | | | | | | | Allow array binding for DELETE, test it.
* | | Merge 10.3 into 10.4Marko Mäkelä2018-12-132-11/+12
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-12-132-11/+12
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2018-12-131-11/+9
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2018-12-131-11/+9
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, apply the MDEV-17957 changes to encrypted page checksums, and remove error message output from the checksum function, because these messages would be useless noise when mariabackup is retrying reads of corrupted-looking pages, and not that useful during normal server operation either. The error messages in fil_space_verify_crypt_checksum() should be refactored separately.
| | | | * Fix cmake -DWITH_PARTITION_STORAGE_ENGINE:BOOL=OFFMarko Mäkelä2018-12-131-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a backport of a part of commit 18455ec3f1a9c22977f0ed87233852813b53eb49 from 10.1.
| | | | * Remove space before #ifdefMarko Mäkelä2018-12-131-13/+9
| | | | |
| | | | * Fix compile error when building without the partition engineVarun Gupta2018-12-131-4/+6
| | | | |
| | * | | add more dbug helpers for gdbSergei Golubchik2018-12-121-0/+3
| | | | |
* | | | | MDEV-17995 INET6_NTOA(ucs2_input) erroneously returns NULLAlexander Barkov2018-12-134-65/+114
| | | | |
* | | | | Fix clang-cl format warningVladislav Vaintroub2018-12-121-1/+1
| | | | |
* | | | | MDEV-16266 - New command FLUSH SSL to reload server's SSL ↵Vladislav Vaintroub2018-12-126-201/+128
| | | | | | | | | | | | | | | | | | | | certificate(private key,CRL,etc)
* | | | | Fix a sign mismatch on comparisonMarko Mäkelä2018-12-121-1/+1
| | | | |