mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
bugfix: uninit variable
This commit is contained in:
parent
8d99166c69
commit
0df39e6037
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ static int rr_index_desc(READ_RECORD *info);
|
|||
bool init_read_record_idx(READ_RECORD *info, THD *thd, TABLE *table,
|
||||
bool print_error, uint idx, bool reverse)
|
||||
{
|
||||
int error;
|
||||
int error= 0;
|
||||
DBUG_ENTER("init_read_record_idx");
|
||||
|
||||
empty_record(table);
|
||||
|
|
Loading…
Reference in a new issue