mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed a compiler error
This commit is contained in:
@@ -20295,9 +20295,10 @@ static void test_bulk_autoinc()
|
|||||||
|
|
||||||
static void print_metadata(MYSQL_RES *rs_metadata, int num_fields)
|
static void print_metadata(MYSQL_RES *rs_metadata, int num_fields)
|
||||||
{
|
{
|
||||||
|
int i;
|
||||||
MYSQL_FIELD *fields= mysql_fetch_fields(rs_metadata);
|
MYSQL_FIELD *fields= mysql_fetch_fields(rs_metadata);
|
||||||
|
|
||||||
for (int i = 0; i < num_fields; ++i)
|
for (i = 0; i < num_fields; ++i)
|
||||||
{
|
{
|
||||||
mct_log(" - %d: name: '%s'/'%s'; table: '%s'/'%s'; "
|
mct_log(" - %d: name: '%s'/'%s'; table: '%s'/'%s'; "
|
||||||
"db: '%s'; catalog: '%s'; length: %d; max_length: %d; "
|
"db: '%s'; catalog: '%s'; length: %d; max_length: %d; "
|
||||||
|
Reference in New Issue
Block a user