~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1474
1474
                                char *ignore_flag)
1475
1475
{
1476
1476
  bool    init=0, delayed, write_data, complete_insert;
1477
 
  my_uint64_t num_fields;
 
1477
  uint64_t num_fields;
1478
1478
  char       *result_table, *opt_quoted_table;
1479
1479
  const char *insert_option;
1480
1480
  char       name_buff[NAME_LEN+3],table_buff[NAME_LEN*2+3];
2776
2776
 
2777
2777
  if ((table_res= mysql_store_result(mysql)))
2778
2778
  {
2779
 
    my_uint64_t num_rows= mysql_num_rows(table_res);
 
2779
    uint64_t num_rows= mysql_num_rows(table_res);
2780
2780
    if (num_rows > 0)
2781
2781
    {
2782
2782
      ulong *lengths;