Commit 690ac615 authored by osku's avatar osku

Allow access to system columns like DB_ROW_ID in InnoDB's SQL parser.

parent ef56c53e
......@@ -487,7 +487,7 @@ pars_resolve_exp_columns(
while (t_node) {
table = t_node->table;
n_cols = dict_table_get_n_user_cols(table);
n_cols = dict_table_get_n_cols(table);
for (i = 0; i < n_cols; i++) {
col = dict_table_get_nth_col(table, i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment