mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()
it's internal storage engine error, don't let it leak into the upper layer.
This commit is contained in:
parent
5441bbd3b1
commit
0f956a0676
20 changed files with 144 additions and 289 deletions
|
|
@ -67,7 +67,7 @@ struct READ_RECORD
|
|||
uchar *cache,*cache_pos,*cache_end,*read_positions;
|
||||
struct st_sort_addon_field *addon_field; /* Pointer to the fields info */
|
||||
struct st_io_cache *io_cache;
|
||||
bool print_error, ignore_not_found_rows;
|
||||
bool print_error;
|
||||
void (*unpack)(struct st_sort_addon_field *, uchar *, uchar *);
|
||||
|
||||
int read_record() { return read_record_func(this); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue