mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Indentation cleanup & new comments
This commit is contained in:
parent
ddc8c5403e
commit
ade20c5b19
11 changed files with 216 additions and 261 deletions
|
|
@ -18,12 +18,10 @@
|
|||
|
||||
#include "myrg_def.h"
|
||||
|
||||
int myrg_delete(
|
||||
MYRG_INFO *info,
|
||||
const byte *record)
|
||||
int myrg_delete(MYRG_INFO *info, const byte *record)
|
||||
{
|
||||
if (!info->current_table)
|
||||
return my_errno=HA_ERR_NO_ACTIVE_RECORD ;
|
||||
return (my_errno= HA_ERR_NO_ACTIVE_RECORD);
|
||||
|
||||
return mi_delete(info->current_table->table,record);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue