mariadb/sql
Alexander Barkov ef00ac4c86 Part2: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH
This patch allows the server to open old tables that have
"bad" generated columns (i.e. indexed virtual generated columns,
persistent generated columns) that depend on sql_mode,
for general things like SELECT, INSERT, DROP, etc.
Warning are issued in such cases.

Only these commands are now disallowed and return an error:
- CREATE TABLE introducing a "bad" generated column
- ALTER TABLE introducing a "bad" generated column
- CREATE INDEX introdicing a "bad" generated column
  (i.e. adding an index on a virtual generated column
   that depends on sql_mode).

Note, these commands are allowed:
- ALTER TABLE removing a "bad" generate column
- ALTER TABLE removing an index from a "bad" virtual generated column
- DROP INDEX removing an index from a "bad" virtual generated column
but only if the table does not have any "bad" columns as a result.
2019-09-03 09:51:35 +04:00
..
share MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'varchar(20)' 2019-08-27 13:05:04 +05:30
add_errmsg
authors.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
bounded_queue.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
client_settings.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
CMakeLists.txt MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
compat56.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
compat56.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
contributors.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
create_options.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
create_options.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
custom_conf.h Update FSF Address 2019-05-11 21:29:06 +03:00
datadict.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
datadict.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
debug_sync.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
debug_sync.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
derror.cc imporve clang build 2019-06-25 13:21:36 +03:00
derror.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
des_key_file.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
des_key_file.h Update FSF Address 2019-05-11 21:29:06 +03:00
discover.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
discover.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
encryption.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
event_data_objects.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
event_data_objects.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
event_db_repository.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
event_db_repository.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
event_parse_data.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
event_parse_data.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
event_queue.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
event_queue.h Update FSF Address 2019-05-11 21:29:06 +03:00
event_scheduler.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
event_scheduler.h Update FSF Address 2019-05-11 21:29:06 +03:00
events.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
events.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
field.cc Part2: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 09:51:35 +04:00
field.h Part2: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 09:51:35 +04:00
field_conv.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
filesort.cc imporve clang build 2019-06-25 13:21:36 +03:00
filesort.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
filesort_utils.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
filesort_utils.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gcalc_slicescan.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gcalc_slicescan.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gcalc_tools.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gcalc_tools.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gen_lex_hash.cc gen_lex_hash: Omit deprecated register keywords 2019-07-23 15:23:27 +03:00
gen_lex_token.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gen_win_tzname_data.ps1 MDEV-19243 Fix timezone handling on Windows to report standard timezone names 2019-04-30 09:16:39 +02:00
group_by_handler.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
group_by_handler.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
gstream.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
gstream.h Update FSF Address 2019-05-11 21:29:06 +03:00
ha_partition.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha_partition.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
handler.cc imporve clang build 2019-06-25 13:21:36 +03:00
handler.h Fix plugin linking on Windows 2019-06-03 15:06:51 +03:00
hash_filo.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hash_filo.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hostname.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hostname.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
init.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
init.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
innodb_priv.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item.cc Merge 10.1 into 10.2 2019-08-28 15:23:21 +03:00
item.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_buff.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_cmpfunc.cc MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_cmpfunc.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_create.cc MDEV-13992 Implement JSON_MERGE_PATCH. 2019-05-17 11:53:58 +04:00
item_create.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_func.cc MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_func.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_geofunc.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_geofunc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_inetfunc.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_inetfunc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_jsonfunc.cc MDEV-13992 Implement JSON_MERGE_PATCH. 2019-05-17 11:53:58 +04:00
item_jsonfunc.h MDEV-13992 Implement JSON_MERGE_PATCH. 2019-05-17 11:53:58 +04:00
item_row.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_row.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_strfunc.cc MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_strfunc.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
item_subselect.cc Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
item_subselect.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_sum.cc Merge 10.1 into 10.2 2019-07-09 13:22:22 +03:00
item_sum.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_timefunc.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_timefunc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
item_windowfunc.cc MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_table 2018-06-15 10:31:30 +02:00
item_windowfunc.h MDEV-18015: Assertion `global_status_var.global_memory_used == 0' failed when using UDF , window functions and views 2019-06-04 23:23:10 +05:30
item_xmlfunc.cc Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
item_xmlfunc.h Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
key.cc imporve clang build 2019-06-25 13:21:36 +03:00
key.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
keycaches.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
keycaches.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
lex.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lex_symbol.h Update FSF Address 2019-05-11 21:29:06 +03:00
lock.cc imporve clang build 2019-06-25 13:21:36 +03:00
lock.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
log.cc imporve clang build 2019-06-25 13:21:36 +03:00
log.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
log_event.cc Merge 10.1 into 10.2 2019-07-18 13:10:09 +03:00
log_event.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
log_event_old.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
log_event_old.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
log_slow.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
main.cc Update FSF Address 2019-05-11 21:29:06 +03:00
mdl.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mdl.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem_root_array.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
message.h Update FSF Address 2019-05-11 21:29:06 +03:00
message.mc
message.rc
mf_iocache.cc imporve clang build 2019-06-25 13:21:36 +03:00
mf_iocache_encr.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
MSG00001.bin
multi_range_read.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
multi_range_read.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
my_apc.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_apc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_decimal.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_decimal.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_json_writer.cc Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
my_json_writer.h Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
mysql_install_db.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mysql_upgrade_service.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
mysqld.cc Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqld.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
mysqld_suffix.h Update FSF Address 2019-05-11 21:29:06 +03:00
net_serv.cc imporve clang build 2019-06-25 13:21:36 +03:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
opt_range.cc Post-merge fixes for rocksdb.group_min_max test 2019-08-04 17:25:17 +03:00
opt_range.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
opt_range_mrr.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
opt_subselect.cc Merge 10.1 into 10.2 2019-05-28 15:56:24 +03:00
opt_subselect.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
opt_sum.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
opt_table_elimination.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
parse_file.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
parse_file.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
partition_element.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
partition_info.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
partition_info.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
password.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
plistsort.c imporve clang build 2019-06-25 13:21:36 +03:00
procedure.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
procedure.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
protocol.cc MDEV-19893 Do not send error packets with seqno= 0 2019-06-27 16:50:39 +02:00
protocol.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
records.cc imporve clang build 2019-06-25 13:21:36 +03:00
records.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
repl_failsafe.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
repl_failsafe.h Update FSF Address 2019-05-11 21:29:06 +03:00
replication.h Update FSF Address 2019-05-11 21:29:06 +03:00
rpl_constants.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_filter.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_filter.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_gtid.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_gtid.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_handler.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_handler.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_injector.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_injector.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_mi.cc Merge 10.1 into 10.2 2019-07-09 13:22:22 +03:00
rpl_mi.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_parallel.cc Merge 10.1 into 10.2 2018-10-11 08:16:08 +03:00
rpl_parallel.h
rpl_record.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_record.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_record_old.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_record_old.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_reporting.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_reporting.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_rli.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_rli.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_tblmap.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rpl_tblmap.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_utility.cc MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'varchar(20)' 2019-08-27 13:05:04 +05:30
rpl_utility.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
scheduler.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
scheduler.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
session_tracker.cc
session_tracker.h
set_var.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
set_var.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
signal_handler.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
slave.cc imporve clang build 2019-06-25 13:21:36 +03:00
slave.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp_cache.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sp_cache.h Update FSF Address 2019-05-11 21:29:06 +03:00
sp_head.cc Merge 10.1 into 10.2 2019-07-09 13:22:22 +03:00
sp_head.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp_pcontext.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp_pcontext.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp_rcontext.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sp_rcontext.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spatial.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spatial.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_acl.cc Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
sql_acl.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_admin.cc MDEV-19055 Failures with temporary tables and Aria 2019-06-17 17:50:08 +03:00
sql_admin.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_alter.cc Merge 10.1 into 10.2 2019-06-12 10:30:01 +03:00
sql_alter.h Merge 10.1 into 10.2 2019-06-12 10:30:01 +03:00
sql_analyse.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_analyse.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_analyze_stmt.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_analyze_stmt.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_array.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_audit.cc Merge 10.1 into 10.2 2019-06-23 20:33:13 +03:00
sql_audit.h Merge 10.1 into 10.2 2019-06-23 20:33:13 +03:00
sql_base.cc Fixed assertion Assertion `!table->pos_in_locked_tables' failed 2019-08-08 23:08:23 +03:00
sql_base.h Merge branch '10.1' into 10.2 2019-06-13 16:42:21 +02:00
sql_basic_types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_binlog.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_binlog.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_bitmap.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_bootstrap.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_bootstrap.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_builtin.cc.in Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cache.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_cache.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_callback.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_class.cc MDEV-17614: After-merge fix 2019-08-12 18:50:54 +03:00
sql_class.h Merge 10.1 into 10.2 2019-08-12 18:25:35 +03:00
sql_client.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cmd.h Merge 10.1 into 10.2 2019-06-12 10:30:01 +03:00
sql_connect.cc Merge 10.1 into 10.2 2019-06-23 20:33:13 +03:00
sql_connect.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_const.h Merge 10.1 into 10.2 2019-05-28 15:56:24 +03:00
sql_crypt.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_crypt.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cte.cc MDEV-19112 WITH clause does not work with information_schema as default database 2019-04-05 15:00:42 -07:00
sql_cte.h MDEV-17154 Multiple selects from parametrized CTE fails with syntax error 2018-09-14 18:13:16 -07:00
sql_cursor.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_cursor.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_db.cc imporve clang build 2019-06-25 13:21:36 +03:00
sql_db.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_delete.cc Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
sql_delete.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_derived.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_derived.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_digest.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_digest.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_digest_stream.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_do.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_do.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_error.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_error.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_explain.cc Merge branch '10.1' into 10.2 2019-06-13 16:42:21 +02:00
sql_explain.h MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSON 2019-06-08 02:28:29 +03:00
sql_expression_cache.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
sql_expression_cache.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
sql_get_diagnostics.cc Update FSF address 2019-05-11 19:25:02 +03:00
sql_get_diagnostics.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_handler.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_handler.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_help.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_help.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_hset.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_insert.cc Part2: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 09:51:35 +04:00
sql_insert.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_join_cache.cc Merge branch '10.1' into 10.2 2019-06-13 16:42:21 +02:00
sql_join_cache.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
sql_lex.cc Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
sql_lex.h Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
sql_lifo_buffer.h Update FSF address 2019-05-10 20:52:00 +03:00
sql_list.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_list.h MDEV-19740: Fix C++11 violations caught by GCC 9.2.1 2019-08-15 15:58:37 +03:00
sql_load.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_load.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_locale.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_locale.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_manager.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_manager.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_mode.cc MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
sql_mode.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
sql_parse.cc Merge 10.1 into 10.2 2019-08-20 09:15:28 +03:00
sql_parse.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_partition.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_partition.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_partition_admin.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_partition_admin.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_plist.h MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 upon 2019-05-14 15:23:09 +03:00
sql_plugin.cc Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
sql_plugin.h Merge 10.1 into 10.2 2019-06-23 20:33:13 +03:00
sql_plugin_compat.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_plugin_services.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_prepare.cc imporve clang build 2019-06-25 13:21:36 +03:00
sql_prepare.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_priv.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_profile.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_profile.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_reload.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_reload.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_rename.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_rename.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_repl.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_repl.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_select.cc Merge 10.1 into 10.2 2019-08-20 09:15:28 +03:00
sql_select.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_servers.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_servers.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_show.cc Merge 10.1 into 10.2 2019-06-12 16:28:45 +03:00
sql_show.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_signal.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_signal.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_sort.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_state.c Update FSF Address 2019-05-11 21:29:06 +03:00
sql_statistics.cc Merge 10.1 into 10.2 2019-08-20 09:15:28 +03:00
sql_statistics.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_string.cc imporve clang build 2019-06-25 13:21:36 +03:00
sql_string.h MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
sql_table.cc MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char_length_utf8 on 2nd execution of SP with ALTER trying to add bad CHECK 2019-08-28 12:06:52 +02:00
sql_table.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_tablespace.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_tablespace.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_test.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_test.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_time.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_time.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_trigger.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_trigger.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_truncate.cc MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 upon 2019-05-14 15:23:09 +03:00
sql_truncate.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_type.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_type.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_type_int.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_udf.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_udf.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_union.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_union.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_update.cc Merge branch '10.1' into 10.2 2019-06-13 16:42:21 +02:00
sql_update.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_view.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_view.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sql_window.cc MDEV-14791: Crash with order by expression containing window functions 2019-05-04 13:07:55 +05:30
sql_window.h MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVER 2018-11-01 21:15:55 +02:00
sql_yacc.yy Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
strfunc.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
strfunc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
structs.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sys_vars.cc MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
sys_vars.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sys_vars_shared.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
table.cc Part2: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 09:51:35 +04:00
table.h Part2: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 09:51:35 +04:00
table_cache.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
table_cache.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
temporary_tables.cc Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
thr_malloc.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
thr_malloc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
threadpool.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
threadpool_common.cc Merge 10.1 into 10.2 2019-06-23 20:33:13 +03:00
threadpool_generic.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
threadpool_win.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
transaction.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
transaction.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
tzfile.h Update FSF Address 2019-05-11 21:29:06 +03:00
tztime.cc Merge 10.1 into 10.2 2019-08-20 09:15:28 +03:00
tztime.h Update FSF Address 2019-05-11 21:29:06 +03:00
udf_example.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
udf_example.def
uniques.cc imporve clang build 2019-06-25 13:21:36 +03:00
uniques.h Remove most 'register' use in C++ 2018-04-24 12:48:27 +03:00
unireg.cc imporve clang build 2019-06-25 13:21:36 +03:00
unireg.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
win_tzname_data.h MDEV-19243 Fix timezone handling on Windows to report standard timezone names 2019-04-30 09:16:39 +02:00
winservice.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
winservice.h Update FSF address 2019-05-10 20:52:00 +03:00
wsrep_applier.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_applier.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_binlog.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_binlog.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_check_opts.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_dummy.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_hton.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_mysqld.cc MDEV-20324: Galera threads are not registered to performance schema 2019-08-13 12:52:01 +03:00
wsrep_mysqld.h MDEV-20324: Galera threads are not registered to performance schema 2019-08-13 12:52:01 +03:00
wsrep_mysqld_c.h Update FSF address 2019-05-11 19:25:02 +03:00
wsrep_notify.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_priv.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_sst.cc Merge 10.1 into 10.2 2019-08-28 15:23:21 +03:00
wsrep_sst.h MDEV-18863: Galera SST scripts can't read [mysqldN] option groups 2019-08-19 23:45:35 +02:00
wsrep_thd.cc MDEV-20324: Galera threads are not registered to performance schema 2019-08-13 12:52:01 +03:00
wsrep_thd.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_utils.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_utils.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_var.cc MDEV-19746: Galera test failures because of wsrep_slave_threads identification 2019-07-15 10:17:07 +03:00
wsrep_var.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_xid.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
wsrep_xid.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00