mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#3259 (RBR with more columns on slave than master):
Incorporating changes from review. Fixing one bug that surfaced.
This commit is contained in:
@ -107,11 +107,6 @@ field_length_from_packed(enum_field_types const field_type,
|
||||
/*
|
||||
Is the definition compatible with a table?
|
||||
|
||||
Compare the definition with a table to see if it is compatible with
|
||||
it. A table definition is compatible with a table if
|
||||
- the columns types of the table definition is a (not necessarily
|
||||
proper) prefix of the column type of the table, or
|
||||
- the other way around
|
||||
*/
|
||||
int
|
||||
table_def::compatible_with(RELAY_LOG_INFO *rli, TABLE *table)
|
||||
|
Reference in New Issue
Block a user