~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1432
1432
  if (!dirname_length(exchange->file_name))
1433
1433
  {
1434
1434
    strxnmov(path, FN_REFLEN-1, mysql_real_data_home, thd->db ? thd->db : "",
1435
 
             NullS);
 
1435
             NULL);
1436
1436
    (void) fn_format(path, exchange->file_name, path, "", option);
1437
1437
  }
1438
1438
  else