1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

This won't be pushed either

This commit is contained in:
serg@serg.mysql.com
2001-04-09 15:37:19 +02:00
parent 28750d031a
commit a981cfbdcb
5 changed files with 99 additions and 75 deletions

View File

@ -2010,7 +2010,8 @@ mysql_execute_command(void)
if (check_db_used(thd,tables) || check_table_access(thd,SELECT_ACL, tables))
goto error;
res = mysql_ha_read(thd, tables, lex->ha_read_mode,
lex->backup_dir, lex->insert_list, lex->ha_rkey_mode);
lex->backup_dir, lex->insert_list, lex->ha_rkey_mode,
lex->select_limit, lex->offset_limit);
break;
case SQLCOM_BEGIN: