mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix for a build bug.
Added a missing comma.
This commit is contained in:
parent
4e09f68e87
commit
555ea37d77
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ int mi_create(const char *name,uint keys,MI_KEYDEF *keydefs,
|
|||
if (share.base.raid_type)
|
||||
{
|
||||
(void) fn_format(filename,name,"",MI_NAME_DEXT,2+4);
|
||||
if ((dfile=my_raid_create(filename, 0, create_mode
|
||||
if ((dfile=my_raid_create(filename, 0, create_mode,
|
||||
share.base.raid_type,
|
||||
share.base.raid_chunks,
|
||||
share.base.raid_chunksize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue