diff options
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/init.cc b/sql/init.cc index 8b15fef4ee3..033dfd72843 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -42,8 +42,6 @@ void unireg_init(ulong options) #endif VOID(strmov(reg_ext,".frm")); - for (i=0 ; i < 6 ; i++) // YYMMDDHHMMSS - dayord.pos[i]=i; specialflag=SPECIAL_SAME_DB_NAME; /* Make a tab of powers of 10 */ for (i=0,nr=1.0; i < array_elements(log_10) ; i++) |