mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
uninit variable fixed
Originally contained in 2005/03/03 21:13:33+01:00 serg@serg.mylan; contained in MySQL 4.1.10a; re-committed for archival purposes.
This commit is contained in:
parent
fb643aba56
commit
62c83214d9
1 changed files with 1 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ int ha_myisam::create(const char *name, register TABLE *table_arg,
|
|||
HA_CREATE_INFO *info)
|
||||
{
|
||||
int error;
|
||||
uint i,j,recpos,minpos,fieldpos,temp_length,length, create_flags;
|
||||
uint i,j,recpos,minpos,fieldpos,temp_length,length, create_flags= 0;
|
||||
bool found_real_auto_increment=0;
|
||||
enum ha_base_keytype type;
|
||||
char buff[FN_REFLEN];
|
||||
|
|
Loading…
Reference in a new issue