mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-26611: ERROR_INDEX isn't intuitively clear
Fixup for MDEV-10075 Analysis: ERROR_INDEX implemented in MDEV-10075 was not intuitively clear. Fix: changed parser to use ROW_NUMBER instead of ERROR_INDEX. Removed ERROR_INDEX and ERROR_INDEX_SYM from related files. Changed m_error_index to m_row_number.
This commit is contained in:
@ -255,7 +255,7 @@ public:
|
||||
MESSAGE_TEXT,
|
||||
MYSQL_ERRNO,
|
||||
RETURNED_SQLSTATE,
|
||||
ERROR_INDEX
|
||||
ROW_NUMBER
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user