- 13 Aug, 2019 1 commit
-
-
Alexander Barkov authored
-
- 11 Aug, 2019 7 commits
-
-
Aleksey Midenkov authored
initialize_readline() is called with full pathname of executable which sets rl_readline_name to that value. It is expected that rl_readline_name is initialized with static name not depending on the file name at all. Needed for setting custom hotkeys in .inputrc
-
Aleksey Midenkov authored
1. Fix DBUG_ASSERT(!table->pos_in_locked_tables) in tc_release_table(); 2. Fix access of prematurely freed MDL_ticket: don't close ticket if table was not closed; 3. Fix deadlock after erroneous ALTER. mysql_alter_table() leaves dirty table->m_needs_reopen in case of error exit which then incorrectly treated by mysql_lock_tables().
-
Aleksey Midenkov authored
Prevent conflicting clauses at parser level. Clear HA_VERSIONED_TABLE flag for DROP SYSTEM VERSIONING (for the sake of strictness).
-
Aleksey Midenkov authored
Special case for DROP PERIOD when system fields are implicit.
-
Aleksey Midenkov authored
For MODE_SIMULTANEOUS_ASSIGNMENT it is required to return back field offsets from record[1] to record[0]. 'continue' in warning branch did skip of rfield->move_field_offset() call.
-
Aleksey Midenkov authored
Wrong value F_WRLCK for thr_lock_type.
-
Aleksey Midenkov authored
Prune to now-partition when there is no FOR SYSTEM_TIME clause.
-
- 09 Aug, 2019 2 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
Reusing the MIN()/MAX() fix_length_and_dec() related code for window functions - FIRST_VALUE() - LAST_VALUE() - NTH_VALUE() - LEAD() - LAG
-
- 08 Aug, 2019 2 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
-
- 07 Aug, 2019 3 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
- 06 Aug, 2019 2 commits
-
-
Alexander Barkov authored
-
Sergei Petrunia authored
Part#2: update .result files for affected MyRocks tests
-
- 05 Aug, 2019 2 commits
-
-
Alexander Barkov authored
- Removing the wrong assert - Re-enabling multi_source.mdev-8874
-
Alexander Barkov authored
Adding tests only. This problem was earlier fixed in 10.4 by MDEV-17325 and backported to 10.3 with this commit: f4019f5b
-
- 31 Jul, 2019 2 commits
-
-
Daniel Bartholomew authored
-
Anel Husakovic authored
-
- 30 Jul, 2019 1 commit
-
-
Alexey Botchkov authored
Warning added.
-
- 28 Jul, 2019 1 commit
-
-
Elena Stepanova authored
-
- 27 Jul, 2019 2 commits
-
-
Vladislav Vaintroub authored
-
Oleksandr Byelkin authored
-
- 26 Jul, 2019 13 commits
-
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
-
Aleksey Midenkov authored
Fix reinitialize vers_write on table reopen.
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
-
Eugene Kosov authored
Make all accesses to btr_cur_n_non_sea atomic.
-
Eugene Kosov authored
fix is simple: just move mp->file under mp->global protection
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
-
Alexey Botchkov authored
MDEV-18350 Using audit plugin with MySQL, mysqld crashes when running COM_INIT_DB against invalid database. mysql_event_general structure changed in 10.3. the database_length should be size_t now instead of the int.
-
- 25 Jul, 2019 2 commits
-
-
Aleksey Midenkov authored
Turn off versioned_write for DELETE HISTORY.
-
Aleksey Midenkov authored
* Made make_versioned_*() proxies inline; * Renamed truncate_history to delete_history Part of: MDEV-19814 Server crash in row_upd_del_mark_clust_rec or Assertion `update->n_fields < ulint(table->n_cols + table->n_v_cols)' failed in upd_node_t::make_versioned_helper
-