mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Added connect_timeout and fix for transactions per statement
This commit is contained in:
@@ -465,7 +465,7 @@ int mi_create(const char *name,uint keys,MI_KEYDEF *keydefs,
|
||||
share.state.create_time= (long) time((time_t*) 0);
|
||||
|
||||
if ((file = my_create(fn_format(buff,name,"",MI_NAME_IEXT,4),0,
|
||||
O_RDWR | O_TRUNC,MYF(MY_WME))) < 0)
|
||||
O_RDWR | O_TRUNC,MYF(MY_WME))) < 0)
|
||||
goto err;
|
||||
errpos=1;
|
||||
VOID(fn_format(buff,name,"",MI_NAME_DEXT,2+4));
|
||||
|
Reference in New Issue
Block a user