mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Review of all code pushed since last review
Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
This commit is contained in:
@ -425,6 +425,7 @@ static void create_record1(char *record,uint rownr)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef NOT_USED
|
||||
|
||||
static void create_record0(char *record,uint rownr)
|
||||
{
|
||||
@ -447,6 +448,8 @@ static void create_record0(char *record,uint rownr)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static void create_record(char *record,uint rownr)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user