mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
fix clang build
This commit is contained in:
parent
ca89489716
commit
4ee9e06642
2 changed files with 0 additions and 6 deletions
|
|
@ -133,7 +133,6 @@ static int run_test(const char *filename)
|
|||
int key_length=8;
|
||||
int null_fields=0;
|
||||
int nrecords=sizeof(rt_data)/(sizeof(double)*4);/* 40 */
|
||||
int rec_length=0;
|
||||
int uniques=0;
|
||||
int i, max_i;
|
||||
int error;
|
||||
|
|
@ -153,7 +152,6 @@ static int run_test(const char *filename)
|
|||
|
||||
recinfo[0].type=FIELD_NORMAL;
|
||||
recinfo[0].length=1; /* For NULL bits */
|
||||
rec_length=1;
|
||||
|
||||
/* Define 2*ndims columns for coordinates*/
|
||||
|
||||
|
|
@ -161,7 +159,6 @@ static int run_test(const char *filename)
|
|||
{
|
||||
recinfo[i].type=FIELD_NORMAL;
|
||||
recinfo[i].length=key_length;
|
||||
rec_length+=key_length;
|
||||
}
|
||||
|
||||
/* Define a key with 2*ndims segments */
|
||||
|
|
|
|||
|
|
@ -103,7 +103,6 @@ static int run_test(const char *filename)
|
|||
int key_length=8;
|
||||
int null_fields=0;
|
||||
int nrecords=sizeof(rt_data)/(sizeof(double)*4);/* 3000;*/
|
||||
int rec_length=0;
|
||||
int uniques=0;
|
||||
int i, max_i;
|
||||
int error;
|
||||
|
|
@ -123,14 +122,12 @@ static int run_test(const char *filename)
|
|||
|
||||
recinfo[0].type=FIELD_NORMAL;
|
||||
recinfo[0].length=1; /* For NULL bits */
|
||||
rec_length=1;
|
||||
|
||||
/* Define 2*ndims columns for coordinates*/
|
||||
|
||||
for (i=1; i<=2*ndims ;i++){
|
||||
recinfo[i].type=FIELD_NORMAL;
|
||||
recinfo[i].length=key_length;
|
||||
rec_length+=key_length;
|
||||
}
|
||||
|
||||
/* Define a key with 2*ndims segments */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue