| mysqld_ername.h | | mysqld_ername.h | |
| | | | |
| skipping to change at line 763 | | skipping to change at line 763 | |
| { "ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE", 1750, "Failure while changing th
e type of replication repository: %s." }, | | { "ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE", 1750, "Failure while changing th
e type of replication repository: %s." }, | |
| { "ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE", 1751, "The cr
eation of some temporary tables could not be rolled back." }, | | { "ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE", 1751, "The cr
eation of some temporary tables could not be rolled back." }, | |
| { "ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE", 1752, "Some t
emporary tables were dropped, but these operations could not be rolled back
." }, | | { "ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE", 1752, "Some t
emporary tables were dropped, but these operations could not be rolled back
." }, | |
| { "ER_MTS_FEATURE_IS_NOT_SUPPORTED", 1753, "%s is not supported in multi-th
readed slave mode. %s" }, | | { "ER_MTS_FEATURE_IS_NOT_SUPPORTED", 1753, "%s is not supported in multi-th
readed slave mode. %s" }, | |
| { "ER_MTS_UPDATED_DBS_GREATER_MAX", 1754, "The number of modified databases
exceeds the maximum %d; the database names will not be included in the rep
lication event metadata." }, | | { "ER_MTS_UPDATED_DBS_GREATER_MAX", 1754, "The number of modified databases
exceeds the maximum %d; the database names will not be included in the rep
lication event metadata." }, | |
| { "ER_MTS_CANT_PARALLEL", 1755, "Cannot execute the current event group in
the parallel mode. Encountered event %s, relay-log name %s, position %s whi
ch prevents execution of this event group in parallel mode. Reason: %s." }, | | { "ER_MTS_CANT_PARALLEL", 1755, "Cannot execute the current event group in
the parallel mode. Encountered event %s, relay-log name %s, position %s whi
ch prevents execution of this event group in parallel mode. Reason: %s." }, | |
| { "ER_MTS_INCONSISTENT_DATA", 1756, "%s" }, | | { "ER_MTS_INCONSISTENT_DATA", 1756, "%s" }, | |
| { "ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING", 1757, "FULLTEXT index is n
ot supported for partitioned tables." }, | | { "ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING", 1757, "FULLTEXT index is n
ot supported for partitioned tables." }, | |
| { "ER_DA_INVALID_CONDITION_NUMBER", 1758, "Invalid condition number" }, | | { "ER_DA_INVALID_CONDITION_NUMBER", 1758, "Invalid condition number" }, | |
| { "ER_INSECURE_PLAIN_TEXT", 1759, "Sending passwords in plain text without
SSL/TLS is extremely insecure." }, | | { "ER_INSECURE_PLAIN_TEXT", 1759, "Sending passwords in plain text without
SSL/TLS is extremely insecure." }, | |
|
| { "ER_INSECURE_CHANGE_MASTER", 1760, "Storing MySQL user name or password i
nformation in the master.info repository is not secure and is therefore not
recommended. Please see the MySQL Manual for more about this issue and pos
sible alternatives." }, | | { "ER_INSECURE_CHANGE_MASTER", 1760, "Storing MySQL user name or password i
nformation in the master info repository is not secure and is therefore not
recommended. Please consider using the USER and PASSWORD connection option
s for START SLAVE; see the \'START SLAVE Syntax\' in the MySQL Manual for m
ore information." }, | |
| { "ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO", 1761, "Foreign key constraint
for table \'%.192s\', record \'%-.192s\' would lead to a duplicate entry i
n table \'%.192s\', key \'%.192s\'" }, | | { "ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO", 1761, "Foreign key constraint
for table \'%.192s\', record \'%-.192s\' would lead to a duplicate entry i
n table \'%.192s\', key \'%.192s\'" }, | |
| { "ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO", 1762, "Foreign key constra
int for table \'%.192s\', record \'%-.192s\' would lead to a duplicate entr
y in a child table" }, | | { "ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO", 1762, "Foreign key constra
int for table \'%.192s\', record \'%-.192s\' would lead to a duplicate entr
y in a child table" }, | |
| { "ER_SQLTHREAD_WITH_SECURE_SLAVE", 1763, "Setting authentication options i
s not possible when only the Slave SQL Thread is being started." }, | | { "ER_SQLTHREAD_WITH_SECURE_SLAVE", 1763, "Setting authentication options i
s not possible when only the Slave SQL Thread is being started." }, | |
| { "ER_TABLE_HAS_NO_FT", 1764, "The table does not have FULLTEXT index to su
pport this query" }, | | { "ER_TABLE_HAS_NO_FT", 1764, "The table does not have FULLTEXT index to su
pport this query" }, | |
| { "ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER", 1765, "The system variable %
.200s cannot be set in stored functions or triggers." }, | | { "ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER", 1765, "The system variable %
.200s cannot be set in stored functions or triggers." }, | |
| { "ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION", 1766, "The system variable %.2
00s cannot be set when there is an ongoing transaction." }, | | { "ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION", 1766, "The system variable %.2
00s cannot be set when there is an ongoing transaction." }, | |
| { "ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST", 1767, "The system variable @@SES
SION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_
NEXT_LIST." }, | | { "ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST", 1767, "The system variable @@SES
SION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_
NEXT_LIST." }, | |
|
| { "ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL", 17
68, "When @@SESSION.GTID_NEXT_LIST == NULL, the system variable @@SESSION.G
TID_NEXT cannot change inside a transaction." }, | | { "ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL", 17
68, "The system variable @@SESSION.GTID_NEXT cannot change inside a transac
tion." }, | |
| { "ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION", 1769, "The statement \'SET %.2
00s\' cannot invoke a stored function." }, | | { "ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION", 1769, "The statement \'SET %.2
00s\' cannot invoke a stored function." }, | |
| { "ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL", 1770, "Th
e system variable @@SESSION.GTID_NEXT cannot be \'AUTOMATIC\' when @@SESSIO
N.GTID_NEXT_LIST is non-NULL." }, | | { "ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL", 1770, "Th
e system variable @@SESSION.GTID_NEXT cannot be \'AUTOMATIC\' when @@SESSIO
N.GTID_NEXT_LIST is non-NULL." }, | |
| { "ER_SKIPPING_LOGGED_TRANSACTION", 1771, "Skipping transaction %.200s beca
use it has already been executed and logged." }, | | { "ER_SKIPPING_LOGGED_TRANSACTION", 1771, "Skipping transaction %.200s beca
use it has already been executed and logged." }, | |
| { "ER_MALFORMED_GTID_SET_SPECIFICATION", 1772, "Malformed GTID set specific
ation \'%.200s\'." }, | | { "ER_MALFORMED_GTID_SET_SPECIFICATION", 1772, "Malformed GTID set specific
ation \'%.200s\'." }, | |
| { "ER_MALFORMED_GTID_SET_ENCODING", 1773, "Malformed GTID set encoding." }, | | { "ER_MALFORMED_GTID_SET_ENCODING", 1773, "Malformed GTID set encoding." }, | |
| { "ER_MALFORMED_GTID_SPECIFICATION", 1774, "Malformed GTID specification \'
%.200s\'." }, | | { "ER_MALFORMED_GTID_SPECIFICATION", 1774, "Malformed GTID specification \'
%.200s\'." }, | |
| { "ER_GNO_EXHAUSTED", 1775, "Impossible to generate Global Transaction Iden
tifier: the integer component reached the maximal value. Restart the server
with a new server_uuid." }, | | { "ER_GNO_EXHAUSTED", 1775, "Impossible to generate Global Transaction Iden
tifier: the integer component reached the maximal value. Restart the server
with a new server_uuid." }, | |
| { "ER_BAD_SLAVE_AUTO_POSITION", 1776, "Parameters MASTER_LOG_FILE, MASTER_L
OG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POS
ITION is active." }, | | { "ER_BAD_SLAVE_AUTO_POSITION", 1776, "Parameters MASTER_LOG_FILE, MASTER_L
OG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POS
ITION is active." }, | |
| { "ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON", 1777, "CHANGE MASTER TO MASTER_
AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON." }, | | { "ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON", 1777, "CHANGE MASTER TO MASTER_
AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON." }, | |
|
| { "ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET", 1778, "Cannot
execute statements with implicit commit inside a transaction when @@SESSION
.GTID_NEXT != AUTOMATIC or @@SESSION.GTID_NEXT_LIST != NULL." }, | | { "ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET", 1778, "Cannot
execute statements with implicit commit inside a transaction when @@SESSION
.GTID_NEXT != AUTOMATIC." }, | |
| { "ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON", 1779, "@@GLOB
AL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTE
NCY = 1." }, | | { "ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON", 1779, "@@GLOB
AL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTE
NCY = 1." }, | |
| { "ER_GTID_MODE_REQUIRES_BINLOG", 1780, "@@GLOBAL.GTID_MODE = ON or UPGRADE
_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates." }, | | { "ER_GTID_MODE_REQUIRES_BINLOG", 1780, "@@GLOBAL.GTID_MODE = ON or UPGRADE
_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates." }, | |
| { "ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF", 1781, "@@SESSION.G
TID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF." }, | | { "ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF", 1781, "@@SESSION.G
TID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF." }, | |
| { "ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON", 1782, "@@SESSI
ON.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON." }, | | { "ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON", 1782, "@@SESSI
ON.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON." }, | |
| { "ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF", 1783, "@@
SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID
_MODE = OFF." }, | | { "ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF", 1783, "@@
SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID
_MODE = OFF." }, | |
| { "ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF", 1784, "Found a Gtid_log_even
t or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF." }, | | { "ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF", 1784, "Found a Gtid_log_even
t or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF." }, | |
| { "ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE", 1785, "When @@GLOBAL.ENFORCE_GT
ID_CONSISTENCY = 1, updates to non-transactional tables can only be done in
either autocommitted statements or single-statement transactions, and neve
r in the same statement as updates to transactional tables." }, | | { "ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE", 1785, "When @@GLOBAL.ENFORCE_GT
ID_CONSISTENCY = 1, updates to non-transactional tables can only be done in
either autocommitted statements or single-statement transactions, and neve
r in the same statement as updates to transactional tables." }, | |
| { "ER_GTID_UNSAFE_CREATE_SELECT", 1786, "CREATE TABLE ... SELECT is forbidd
en when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1." }, | | { "ER_GTID_UNSAFE_CREATE_SELECT", 1786, "CREATE TABLE ... SELECT is forbidd
en when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1." }, | |
| { "ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION", 1787, "When
@@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABL
E and DROP TEMPORARY TABLE can be executed in a non-transactional context o
nly, and require that AUTOCOMMIT = 1." }, | | { "ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION", 1787, "When
@@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABL
E and DROP TEMPORARY TABLE can be executed in a non-transactional context o
nly, and require that AUTOCOMMIT = 1." }, | |
| { "ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME", 1788, "The value of @@
GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1
<-> UPGRADE_STEP_2 <-> ON. Also note that this value must be stepped up or
down simultaneously on all servers; see the Manual for instructions." }, | | { "ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME", 1788, "The value of @@
GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1
<-> UPGRADE_STEP_2 <-> ON. Also note that this value must be stepped up or
down simultaneously on all servers; see the Manual for instructions." }, | |
| | | | |
| skipping to change at line 840 | | skipping to change at line 840 | |
| { "ER_PASSWORD_FORMAT", 1827, "The password hash doesn\'t have the expected
format. Check if the correct password algorithm is being used with the PAS
SWORD() function." }, | | { "ER_PASSWORD_FORMAT", 1827, "The password hash doesn\'t have the expected
format. Check if the correct password algorithm is being used with the PAS
SWORD() function." }, | |
| { "ER_FK_COLUMN_CANNOT_DROP", 1828, "Cannot drop column \'%-.192s\': needed
in a foreign key constraint \'%-.192s\'" }, | | { "ER_FK_COLUMN_CANNOT_DROP", 1828, "Cannot drop column \'%-.192s\': needed
in a foreign key constraint \'%-.192s\'" }, | |
| { "ER_FK_COLUMN_CANNOT_DROP_CHILD", 1829, "Cannot drop column \'%-.192s\':
needed in a foreign key constraint \'%-.192s\' of table \'%-.192s\'" }, | | { "ER_FK_COLUMN_CANNOT_DROP_CHILD", 1829, "Cannot drop column \'%-.192s\':
needed in a foreign key constraint \'%-.192s\' of table \'%-.192s\'" }, | |
| { "ER_FK_COLUMN_NOT_NULL", 1830, "Column \'%-.192s\' cannot be NOT NULL: ne
eded in a foreign key constraint \'%-.192s\' SET NULL" }, | | { "ER_FK_COLUMN_NOT_NULL", 1830, "Column \'%-.192s\' cannot be NOT NULL: ne
eded in a foreign key constraint \'%-.192s\' SET NULL" }, | |
| { "ER_DUP_INDEX", 1831, "Duplicate index \'%-.64s\' defined on the table \'
%-.64s.%-.64s\'. This is deprecated and will be disallowed in a future rele
ase." }, | | { "ER_DUP_INDEX", 1831, "Duplicate index \'%-.64s\' defined on the table \'
%-.64s.%-.64s\'. This is deprecated and will be disallowed in a future rele
ase." }, | |
| { "ER_FK_COLUMN_CANNOT_CHANGE", 1832, "Cannot change column \'%-.192s\': us
ed in a foreign key constraint \'%-.192s\'" }, | | { "ER_FK_COLUMN_CANNOT_CHANGE", 1832, "Cannot change column \'%-.192s\': us
ed in a foreign key constraint \'%-.192s\'" }, | |
| { "ER_FK_COLUMN_CANNOT_CHANGE_CHILD", 1833, "Cannot change column \'%-.192s
\': used in a foreign key constraint \'%-.192s\' of table \'%-.192s\'" }, | | { "ER_FK_COLUMN_CANNOT_CHANGE_CHILD", 1833, "Cannot change column \'%-.192s
\': used in a foreign key constraint \'%-.192s\' of table \'%-.192s\'" }, | |
| { "ER_FK_CANNOT_DELETE_PARENT", 1834, "Cannot delete rows from table which
is parent in a foreign key constraint \'%-.192s\' of table \'%-.192s\'" }, | | { "ER_FK_CANNOT_DELETE_PARENT", 1834, "Cannot delete rows from table which
is parent in a foreign key constraint \'%-.192s\' of table \'%-.192s\'" }, | |
| { "ER_MALFORMED_PACKET", 1835, "Malformed communication packet." }, | | { "ER_MALFORMED_PACKET", 1835, "Malformed communication packet." }, | |
| { "ER_READ_ONLY_MODE", 1836, "Running in read-only mode" }, | | { "ER_READ_ONLY_MODE", 1836, "Running in read-only mode" }, | |
|
| { "ER_GTID_NEXT_TYPE_UNDEFINED_GROUP", 1837, "When @@SESSION.GTID_NEXT is s
et to a GTID, you must explicitly set it again after a COMMIT or ROLLBACK.
If you see this error message in the slave SQL thread, it means that a tabl
e in the current transaction is transactional on the master and non-transac
tional on the slave. In a client connection, it means that you executed SET
@@SESSION.GTID_NEXT before a transaction and forgot to set @@SESSION.GTID_
NEXT to a different identifier or to \'AUTOMATIC\' after COMMIT or ROLLBACK
. Current @@SESSION.GTID_NEXT is \'%s\'." }, | | { "ER_GTID_NEXT_TYPE_UNDEFINED_GROUP", 1837, "When @@SESSION.GTID_NEXT is s
et to a GTID, you must explicitly set it to a different value after a COMMI
T or ROLLBACK. Please check GTID_NEXT variable manual page for detailed exp
lanation. Current @@SESSION.GTID_NEXT is \'%s\'." }, | |
| { "ER_VARIABLE_NOT_SETTABLE_IN_SP", 1838, "The system variable %.200s canno
t be set in stored procedures." }, | | { "ER_VARIABLE_NOT_SETTABLE_IN_SP", 1838, "The system variable %.200s canno
t be set in stored procedures." }, | |
| { "ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF", 1839, "@@GLOBAL.GTID_PUR
GED can only be set when @@GLOBAL.GTID_MODE = ON." }, | | { "ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF", 1839, "@@GLOBAL.GTID_PUR
GED can only be set when @@GLOBAL.GTID_MODE = ON." }, | |
| { "ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY", 1840, "@@GLOBA
L.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty." }, | | { "ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY", 1840, "@@GLOBA
L.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty." }, | |
| { "ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY", 1841, "@@GLOBAL.
GTID_PURGED can only be set when there are no ongoing transactions (not eve
n in other clients)." }, | | { "ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY", 1841, "@@GLOBAL.
GTID_PURGED can only be set when there are no ongoing transactions (not eve
n in other clients)." }, | |
| { "ER_GTID_PURGED_WAS_CHANGED", 1842, "@@GLOBAL.GTID_PURGED was changed fro
m \'%s\' to \'%s\'." }, | | { "ER_GTID_PURGED_WAS_CHANGED", 1842, "@@GLOBAL.GTID_PURGED was changed fro
m \'%s\' to \'%s\'." }, | |
| { "ER_GTID_EXECUTED_WAS_CHANGED", 1843, "@@GLOBAL.GTID_EXECUTED was changed
from \'%s\' to \'%s\'." }, | | { "ER_GTID_EXECUTED_WAS_CHANGED", 1843, "@@GLOBAL.GTID_EXECUTED was changed
from \'%s\' to \'%s\'." }, | |
| { "ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES", 1844, "Cannot execute statement
: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and bo
th replicated and non replicated tables are written to." }, | | { "ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES", 1844, "Cannot execute statement
: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and bo
th replicated and non replicated tables are written to." }, | |
| { "ER_ALTER_OPERATION_NOT_SUPPORTED", 1845, "%s is not supported for this o
peration. Try %s." }, | | { "ER_ALTER_OPERATION_NOT_SUPPORTED", 1845, "%s is not supported for this o
peration. Try %s." }, | |
| { "ER_ALTER_OPERATION_NOT_SUPPORTED_REASON", 1846, "%s is not supported. Re
ason: %s. Try %s." }, | | { "ER_ALTER_OPERATION_NOT_SUPPORTED_REASON", 1846, "%s is not supported. Re
ason: %s. Try %s." }, | |
| { "ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY", 1847, "COPY algorithm req
uires a lock" }, | | { "ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY", 1847, "COPY algorithm req
uires a lock" }, | |
| | | | |
| skipping to change at line 876 | | skipping to change at line 876 | |
| { "ER_ROW_IN_WRONG_PARTITION", 1863, "Found a row in wrong partition %s" }, | | { "ER_ROW_IN_WRONG_PARTITION", 1863, "Found a row in wrong partition %s" }, | |
| { "ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX", 1864, "Cannot schedule event
%s, relay-log name %s, position %s to Worker thread because its size %lu e
xceeds %lu of slave_pending_jobs_size_max." }, | | { "ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX", 1864, "Cannot schedule event
%s, relay-log name %s, position %s to Worker thread because its size %lu e
xceeds %lu of slave_pending_jobs_size_max." }, | |
| { "ER_INNODB_NO_FT_USES_PARSER", 1865, "Cannot CREATE FULLTEXT INDEX WITH P
ARSER on InnoDB table" }, | | { "ER_INNODB_NO_FT_USES_PARSER", 1865, "Cannot CREATE FULLTEXT INDEX WITH P
ARSER on InnoDB table" }, | |
| { "ER_BINLOG_LOGICAL_CORRUPTION", 1866, "The binary log file \'%s\' is logi
cally corrupted: %s" }, | | { "ER_BINLOG_LOGICAL_CORRUPTION", 1866, "The binary log file \'%s\' is logi
cally corrupted: %s" }, | |
| { "ER_WARN_PURGE_LOG_IN_USE", 1867, "file %s was not purged because it was
being read by %d thread(s), purged only %d out of %d files." }, | | { "ER_WARN_PURGE_LOG_IN_USE", 1867, "file %s was not purged because it was
being read by %d thread(s), purged only %d out of %d files." }, | |
| { "ER_WARN_PURGE_LOG_IS_ACTIVE", 1868, "file %s was not purged because it i
s the active log file." }, | | { "ER_WARN_PURGE_LOG_IS_ACTIVE", 1868, "file %s was not purged because it i
s the active log file." }, | |
| { "ER_AUTO_INCREMENT_CONFLICT", 1869, "Auto-increment value in UPDATE confl
icts with internally generated values" }, | | { "ER_AUTO_INCREMENT_CONFLICT", 1869, "Auto-increment value in UPDATE confl
icts with internally generated values" }, | |
| { "WARN_ON_BLOCKHOLE_IN_RBR", 1870, "Row events are not logged for %s state
ments that modify BLACKHOLE tables in row format. Table(s): \'%-.192s\'" }, | | { "WARN_ON_BLOCKHOLE_IN_RBR", 1870, "Row events are not logged for %s state
ments that modify BLACKHOLE tables in row format. Table(s): \'%-.192s\'" }, | |
| { "ER_SLAVE_MI_INIT_REPOSITORY", 1871, "Slave failed to initialize master i
nfo structure from the repository" }, | | { "ER_SLAVE_MI_INIT_REPOSITORY", 1871, "Slave failed to initialize master i
nfo structure from the repository" }, | |
| { "ER_SLAVE_RLI_INIT_REPOSITORY", 1872, "Slave failed to initialize relay l
og info structure from the repository" }, | | { "ER_SLAVE_RLI_INIT_REPOSITORY", 1872, "Slave failed to initialize relay l
og info structure from the repository" }, | |
|
| | | { "ER_ACCESS_DENIED_CHANGE_USER_ERROR", 1873, "Access denied trying to chan | |
| | | ge to user \'%-.48s\'@\'%-.64s\' (using password: %s). Disconnecting." }, | |
| | | { "ER_INNODB_READ_ONLY", 1874, "InnoDB is in read only mode." }, | |
| | | { "ER_STOP_SLAVE_SQL_THREAD_TIMEOUT", 1875, "STOP SLAVE command execution i | |
| | | s incomplete: Slave SQL thread got the stop signal, thread is busy, SQL thr | |
| | | ead will stop once the current task is complete." }, | |
| | | { "ER_STOP_SLAVE_IO_THREAD_TIMEOUT", 1876, "STOP SLAVE command execution is | |
| | | incomplete: Slave IO thread got the stop signal, thread is busy, IO thread | |
| | | will stop once the current task is complete." }, | |
| | | | |
End of changes. 5 change blocks. |
| 4 lines changed or deleted | | 4 lines changed or added | |
|
| plugin.h | | plugin.h | |
| | | | |
| skipping to change at line 168 | | skipping to change at line 168 | |
| declarations for server variables and command line options | | declarations for server variables and command line options | |
| */ | | */ | |
| | | | |
| #define PLUGIN_VAR_BOOL 0x0001 | | #define PLUGIN_VAR_BOOL 0x0001 | |
| #define PLUGIN_VAR_INT 0x0002 | | #define PLUGIN_VAR_INT 0x0002 | |
| #define PLUGIN_VAR_LONG 0x0003 | | #define PLUGIN_VAR_LONG 0x0003 | |
| #define PLUGIN_VAR_LONGLONG 0x0004 | | #define PLUGIN_VAR_LONGLONG 0x0004 | |
| #define PLUGIN_VAR_STR 0x0005 | | #define PLUGIN_VAR_STR 0x0005 | |
| #define PLUGIN_VAR_ENUM 0x0006 | | #define PLUGIN_VAR_ENUM 0x0006 | |
| #define PLUGIN_VAR_SET 0x0007 | | #define PLUGIN_VAR_SET 0x0007 | |
|
| | | #define PLUGIN_VAR_DOUBLE 0x0008 | |
| #define PLUGIN_VAR_UNSIGNED 0x0080 | | #define PLUGIN_VAR_UNSIGNED 0x0080 | |
| #define PLUGIN_VAR_THDLOCAL 0x0100 /* Variable is per-connection */ | | #define PLUGIN_VAR_THDLOCAL 0x0100 /* Variable is per-connection */ | |
| #define PLUGIN_VAR_READONLY 0x0200 /* Server variable is read only */ | | #define PLUGIN_VAR_READONLY 0x0200 /* Server variable is read only */ | |
| #define PLUGIN_VAR_NOSYSVAR 0x0400 /* Not a server variable */ | | #define PLUGIN_VAR_NOSYSVAR 0x0400 /* Not a server variable */ | |
| #define PLUGIN_VAR_NOCMDOPT 0x0800 /* Not a command line option */ | | #define PLUGIN_VAR_NOCMDOPT 0x0800 /* Not a command line option */ | |
| #define PLUGIN_VAR_NOCMDARG 0x1000 /* No argument for cmd line */ | | #define PLUGIN_VAR_NOCMDARG 0x1000 /* No argument for cmd line */ | |
| #define PLUGIN_VAR_RQCMDARG 0x0000 /* Argument required for cmd line */ | | #define PLUGIN_VAR_RQCMDARG 0x0000 /* Argument required for cmd line */ | |
| #define PLUGIN_VAR_OPCMDARG 0x2000 /* Argument optional for cmd line */ | | #define PLUGIN_VAR_OPCMDARG 0x2000 /* Argument optional for cmd line */ | |
| #define PLUGIN_VAR_MEMALLOC 0x8000 /* String needs memory allocated */ | | #define PLUGIN_VAR_MEMALLOC 0x8000 /* String needs memory allocated */ | |
| | | | |
| | | | |
| skipping to change at line 346 | | skipping to change at line 347 | |
| #define MYSQL_SYSVAR_ENUM(name, varname, opt, comment, check, update, def,
typelib) \ | | #define MYSQL_SYSVAR_ENUM(name, varname, opt, comment, check, update, def,
typelib) \ | |
| DECLARE_MYSQL_SYSVAR_TYPELIB(name, unsigned long) = { \ | | DECLARE_MYSQL_SYSVAR_TYPELIB(name, unsigned long) = { \ | |
| PLUGIN_VAR_ENUM | ((opt) & PLUGIN_VAR_MASK), \ | | PLUGIN_VAR_ENUM | ((opt) & PLUGIN_VAR_MASK), \ | |
| #name, comment, check, update, &varname, def, typelib } | | #name, comment, check, update, &varname, def, typelib } | |
| | | | |
| #define MYSQL_SYSVAR_SET(name, varname, opt, comment, check, update, def, t
ypelib) \ | | #define MYSQL_SYSVAR_SET(name, varname, opt, comment, check, update, def, t
ypelib) \ | |
| DECLARE_MYSQL_SYSVAR_TYPELIB(name, unsigned long long) = { \ | | DECLARE_MYSQL_SYSVAR_TYPELIB(name, unsigned long long) = { \ | |
| PLUGIN_VAR_SET | ((opt) & PLUGIN_VAR_MASK), \ | | PLUGIN_VAR_SET | ((opt) & PLUGIN_VAR_MASK), \ | |
| #name, comment, check, update, &varname, def, typelib } | | #name, comment, check, update, &varname, def, typelib } | |
| | | | |
|
| | | #define MYSQL_SYSVAR_DOUBLE(name, varname, opt, comment, check, update, def | |
| | | , min, max, blk) \ | |
| | | DECLARE_MYSQL_SYSVAR_SIMPLE(name, double) = { \ | |
| | | PLUGIN_VAR_DOUBLE | ((opt) & PLUGIN_VAR_MASK), \ | |
| | | #name, comment, check, update, &varname, def, min, max, blk } | |
| | | | |
| #define MYSQL_THDVAR_BOOL(name, opt, comment, check, update, def) \ | | #define MYSQL_THDVAR_BOOL(name, opt, comment, check, update, def) \ | |
| DECLARE_MYSQL_THDVAR_BASIC(name, char) = { \ | | DECLARE_MYSQL_THDVAR_BASIC(name, char) = { \ | |
| PLUGIN_VAR_BOOL | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | | PLUGIN_VAR_BOOL | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | |
| #name, comment, check, update, -1, def, NULL} | | #name, comment, check, update, -1, def, NULL} | |
| | | | |
| #define MYSQL_THDVAR_STR(name, opt, comment, check, update, def) \ | | #define MYSQL_THDVAR_STR(name, opt, comment, check, update, def) \ | |
| DECLARE_MYSQL_THDVAR_BASIC(name, char *) = { \ | | DECLARE_MYSQL_THDVAR_BASIC(name, char *) = { \ | |
| PLUGIN_VAR_STR | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | | PLUGIN_VAR_STR | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | |
| #name, comment, check, update, -1, def, NULL} | | #name, comment, check, update, -1, def, NULL} | |
| | | | |
| | | | |
| skipping to change at line 396 | | skipping to change at line 402 | |
| #define MYSQL_THDVAR_ENUM(name, opt, comment, check, update, def, typelib)
\ | | #define MYSQL_THDVAR_ENUM(name, opt, comment, check, update, def, typelib)
\ | |
| DECLARE_MYSQL_THDVAR_TYPELIB(name, unsigned long) = { \ | | DECLARE_MYSQL_THDVAR_TYPELIB(name, unsigned long) = { \ | |
| PLUGIN_VAR_ENUM | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | | PLUGIN_VAR_ENUM | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | |
| #name, comment, check, update, -1, def, NULL, typelib } | | #name, comment, check, update, -1, def, NULL, typelib } | |
| | | | |
| #define MYSQL_THDVAR_SET(name, opt, comment, check, update, def, typelib) \ | | #define MYSQL_THDVAR_SET(name, opt, comment, check, update, def, typelib) \ | |
| DECLARE_MYSQL_THDVAR_TYPELIB(name, unsigned long long) = { \ | | DECLARE_MYSQL_THDVAR_TYPELIB(name, unsigned long long) = { \ | |
| PLUGIN_VAR_SET | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | | PLUGIN_VAR_SET | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | |
| #name, comment, check, update, -1, def, NULL, typelib } | | #name, comment, check, update, -1, def, NULL, typelib } | |
| | | | |
|
| | | #define MYSQL_THDVAR_DOUBLE(name, opt, comment, check, update, def, min, ma | |
| | | x, blk) \ | |
| | | DECLARE_MYSQL_THDVAR_SIMPLE(name, double) = { \ | |
| | | PLUGIN_VAR_DOUBLE | PLUGIN_VAR_THDLOCAL | ((opt) & PLUGIN_VAR_MASK), \ | |
| | | #name, comment, check, update, -1, def, min, max, blk, NULL } | |
| | | | |
| /* accessor macros */ | | /* accessor macros */ | |
| | | | |
| #define SYSVAR(name) \ | | #define SYSVAR(name) \ | |
| (*(MYSQL_SYSVAR_NAME(name).value)) | | (*(MYSQL_SYSVAR_NAME(name).value)) | |
| | | | |
| /* when thd == null, result points to global value */ | | /* when thd == null, result points to global value */ | |
| #define THDVAR(thd, name) \ | | #define THDVAR(thd, name) \ | |
| (*(MYSQL_SYSVAR_NAME(name).resolve(thd, MYSQL_SYSVAR_NAME(name).offset))) | | (*(MYSQL_SYSVAR_NAME(name).resolve(thd, MYSQL_SYSVAR_NAME(name).offset))) | |
| | | | |
| /* | | /* | |
| | | | |
End of changes. 3 change blocks. |
| 0 lines changed or deleted | | 13 lines changed or added | |
|