~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-01-23 22:15:57 UTC
  • Revision ID: brian@gir-3.local-20090123221557-3s8pe90k8wa2nix1
Fix uninit of path length for OSX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
{
384
384
  TableList *table;
385
385
  char path[FN_REFLEN], *alias;
386
 
  uint32_t path_length;
 
386
  uint32_t path_length= 0;
387
387
  String wrong_tables;
388
388
  int error= 0;
389
389
  int non_temp_tables_count= 0;