Commit e507fcec authored by serg@serg.mylan's avatar serg@serg.mylan

Merge

parents aa7fd6f4 60370dd0
...@@ -44,8 +44,7 @@ ulong heap_position_old(HP_INFO *info) ...@@ -44,8 +44,7 @@ ulong heap_position_old(HP_INFO *info)
/* Note that heap_info does NOT return information about the /* Note that heap_info does NOT return information about the
current position anymore; Use heap_position instead */ current position anymore; Use heap_position instead */
int heap_info(reg1 HP_INFO *info,reg2 HEAPINFO *x, int heap_info(reg1 HP_INFO *info,reg2 HEAPINFO *x, int flag )
int flag __attribute__((unused)))
{ {
DBUG_ENTER("heap_info"); DBUG_ENTER("heap_info");
x->records = info->s->records; x->records = info->s->records;
......
...@@ -57,13 +57,13 @@ static String day_names[] = ...@@ -57,13 +57,13 @@ static String day_names[] =
String("Sunday", &my_charset_latin1) String("Sunday", &my_charset_latin1)
}; };
enum date_time_format_types enum date_time_format_types
{ {
TIME_ONLY= 0, TIME_MICROSECOND, TIME_ONLY= 0, TIME_MICROSECOND,
DATE_ONLY, DATE_TIME, DATE_TIME_MICROSECOND DATE_ONLY, DATE_TIME, DATE_TIME_MICROSECOND
}; };
typedef struct date_time_format struct date_time_format
{ {
const char* format_str; const char* format_str;
uint length; uint length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment