1
0
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:
Rucha Deodhar
2021-09-29 14:18:40 +05:30
parent e9d8002721
commit d5e606c605
9 changed files with 283 additions and 284 deletions

View File

@ -255,7 +255,7 @@ public:
MESSAGE_TEXT,
MYSQL_ERRNO,
RETURNED_SQLSTATE,
ERROR_INDEX
ROW_NUMBER
};
/**