Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimizer 210.4-blob-index-optimizer | Sachin | 2019-01-09 | 2 | -5/+5 |
| | |||||
* | opt commit 2 | Sachin | 2019-01-09 | 2 | -3/+32 |
| | |||||
* | add_key_part modified | Sachin | 2019-01-09 | 1 | -0/+11 |
| | |||||
* | remove extra code | Sachin | 2019-01-09 | 1 | -90/+0 |
| | |||||
* | Final Commit | Sachin | 2019-01-09 | 2 | -8/+11 |
| | |||||
* | Final changes | Sachin | 2019-01-08 | 7 | -70/+56 |
| | |||||
* | fix sql_table | Sachin | 2019-01-06 | 1 | -33/+19 |
| | |||||
* | Change add_hash_field | Sachin | 2019-01-05 | 1 | -61/+22 |
| | |||||
* | Random fixes | Sachin | 2019-01-03 | 6 | -69/+35 |
| | |||||
* | Random changes | Sachin | 2019-01-02 | 5 | -72/+58 |
| | |||||
* | Fix find_field in hash changed to look into keyinfo | Sachin | 2018-12-31 | 2 | -5/+5 |
| | |||||
* | fix commpile error | Sachin | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | Architecture change final | Sachin | 2018-12-31 | 8 | -180/+174 |
| | |||||
* | Commit which fixes previous architecture changes | Sachin | 2018-12-31 | 3 | -42/+71 |
| | |||||
* | Compile error solved | Sachin | 2018-12-31 | 2 | -10/+10 |
| | |||||
* | Architectre change | Sachin | 2018-12-31 | 5 | -47/+82 |
| | |||||
* | fix bug of 65536 | Sachin | 2018-12-31 | 2 | -3/+2 |
| | |||||
* | Hash_index to hash | Sachin | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | Commit 2 | Sachin | 2018-12-31 | 2 | -5/+1 |
| | |||||
* | commit a | Sachin | 2018-12-31 | 14 | -38/+836 |
| | |||||
* | tc_contention_warning_reported transition to std::atomic | Sergey Vojtovich | 2018-12-29 | 1 | -3/+3 |
| | |||||
* | XID_cache_element::m_state transition to std::atomic | Sergey Vojtovich | 2018-12-29 | 1 | -15/+15 |
| | |||||
* | Master_info counters transition to Atomic_counter | Sergey Vojtovich | 2018-12-29 | 7 | -23/+10 |
| | |||||
* | MDEV-17441 - InnoDB transition to C++11 atomics | Sergey Vojtovich | 2018-12-28 | 2 | -2/+2 |
| | | | | | Added lf_hash_size() macro, so that callers don't need to use atomic operations. | ||||
* | "flush ssl" ASAN warnings with yassl | Vladislav Vaintroub | 2018-12-28 | 1 | -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 Barkov | 2018-12-27 | 1 | -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 Barkov | 2018-12-25 | 1 | -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 Barkov | 2018-12-25 | 1 | -0/+1 |
| | | | | Timestamp_or_zero_datetime_native_null::Timestamp_or_zero_datetime_native_null upon query with GROUP BY | ||||
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-12-18 | 16 | -60/+127 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-18 | 13 | -50/+113 |
| |\ | |||||
| | * | MDEV-17676: Assertion `inited==NONE || (inited==RND && scan)' failed in ↵ | Varun Gupta | 2018-12-17 | 1 | -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 Botchkov | 2018-12-16 | 13 | -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 Inet6 | Alexander Barkov | 2018-12-15 | 3 | -261/+325 |
| | | | |||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-12-14 | 2 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-14 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Work around the crash in MDEV-17814 | Marko Mäkelä | 2018-12-14 | 1 | -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.3 | Marko Mäkelä | 2018-12-14 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMT | Oleksandr Byelkin | 2018-12-14 | 1 | -1/+2 |
| | | | | | | | | | | | | Allow array binding for DELETE, test it. | ||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-12-13 | 2 | -11/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-12-13 | 2 | -11/+12 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-12-13 | 1 | -11/+9 |
| | |\ | |||||
| | | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-12-13 | 1 | -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=OFF | Marko Mäkelä | 2018-12-13 | 1 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a backport of a part of commit 18455ec3f1a9c22977f0ed87233852813b53eb49 from 10.1. | ||||
| | | | * | Remove space before #ifdef | Marko Mäkelä | 2018-12-13 | 1 | -13/+9 |
| | | | | | |||||
| | | | * | Fix compile error when building without the partition engine | Varun Gupta | 2018-12-13 | 1 | -4/+6 |
| | | | | | |||||
| | * | | | add more dbug helpers for gdb | Sergei Golubchik | 2018-12-12 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | MDEV-17995 INET6_NTOA(ucs2_input) erroneously returns NULL | Alexander Barkov | 2018-12-13 | 4 | -65/+114 |
| | | | | | |||||
* | | | | | Fix clang-cl format warning | Vladislav Vaintroub | 2018-12-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | MDEV-16266 - New command FLUSH SSL to reload server's SSL ↵ | Vladislav Vaintroub | 2018-12-12 | 6 | -201/+128 |
| | | | | | | | | | | | | | | | | | | | | certificate(private key,CRL,etc) | ||||
* | | | | | Fix a sign mismatch on comparison | Marko Mäkelä | 2018-12-12 | 1 | -1/+1 |
| | | | | |