|
|
|
@ -912,7 +912,7 @@ int spider_db_mbase_result::fetch_table_status( |
|
|
|
#endif
|
|
|
|
} else |
|
|
|
stat.create_time = (time_t) 0; |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
{ |
|
|
|
struct tm *ts, tmp_ts; |
|
|
|
char buf[80]; |
|
|
|
@ -962,7 +962,7 @@ int spider_db_mbase_result::fetch_table_status( |
|
|
|
#endif
|
|
|
|
} else |
|
|
|
stat.check_time = (time_t) 0; |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
{ |
|
|
|
struct tm *ts, tmp_ts; |
|
|
|
char buf[80]; |
|
|
|
@ -1041,7 +1041,7 @@ int spider_db_mbase_result::fetch_table_status( |
|
|
|
#endif
|
|
|
|
} else |
|
|
|
stat.create_time = (time_t) 0; |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
{ |
|
|
|
struct tm *ts, tmp_ts; |
|
|
|
char buf[80]; |
|
|
|
@ -1066,7 +1066,7 @@ int spider_db_mbase_result::fetch_table_status( |
|
|
|
#endif
|
|
|
|
} else |
|
|
|
stat.update_time = (time_t) 0; |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
{ |
|
|
|
struct tm *ts, tmp_ts; |
|
|
|
char buf[80]; |
|
|
|
@ -1091,7 +1091,7 @@ int spider_db_mbase_result::fetch_table_status( |
|
|
|
#endif
|
|
|
|
} else |
|
|
|
stat.check_time = (time_t) 0; |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
{ |
|
|
|
struct tm *ts, tmp_ts; |
|
|
|
char buf[80]; |
|
|
|
@ -4210,7 +4210,7 @@ int spider_db_mariadb_util::append_column_value(ha_spider *spider, |
|
|
|
ptr = tmp_str.get_str(); |
|
|
|
} else if (field->type() == MYSQL_TYPE_GEOMETRY) |
|
|
|
{ |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
double xmin, xmax, ymin, ymax; |
|
|
|
float8get(xmin, new_ptr); |
|
|
|
float8get(xmax, new_ptr + 8); |
|
|
|
@ -4367,7 +4367,7 @@ int spider_db_mysql_util::append_column_value( |
|
|
|
} |
|
|
|
tmp_str.length(SIZEOF_STORED_DOUBLE * lcnt); |
|
|
|
*/ |
|
|
|
#ifndef DBUG_OFF
|
|
|
|
#ifdef DBUG_TRACE
|
|
|
|
double xmin, xmax, ymin, ymax; |
|
|
|
/*
|
|
|
|
float8store(buf,xmin); |
|
|
|
|