mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed compiler warnings
This commit is contained in:
@ -6805,6 +6805,7 @@ static void test_set_option()
|
||||
bug #89 (reported by mark@mysql.com)
|
||||
*/
|
||||
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
static void test_prepare_grant()
|
||||
{
|
||||
int rc;
|
||||
@ -6896,7 +6897,7 @@ static void test_prepare_grant()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* EMBEDDED_LIBRARY */
|
||||
|
||||
/*
|
||||
Test a crash when invalid/corrupted .frm is used in the
|
||||
@ -11566,7 +11567,7 @@ static void test_bug8330()
|
||||
const char *stmt_text;
|
||||
MYSQL_STMT *stmt[2];
|
||||
int i, rc;
|
||||
char *query= "select a,b from t1 where a=?";
|
||||
const char *query= "select a,b from t1 where a=?";
|
||||
MYSQL_BIND bind[2];
|
||||
long lval[2];
|
||||
|
||||
|
Reference in New Issue
Block a user