~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2008-10-02 19:18:43 UTC
  • mto: (438.4.1 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: brian@tangent.org-20081002191843-tw3nnufik8qwf9rz
Removed UNSIGNED from parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1429
1429
  memset(bitmaps, 0, bitmap_size*3);
1430
1430
#endif
1431
1431
 
1432
 
  outparam->no_replicate= outparam->file &&
1433
 
                          test(outparam->file->ha_table_flags() &
1434
 
                               HA_HAS_OWN_BINLOGGING);
 
1432
  outparam->no_replicate= outparam->file;
1435
1433
  thd->status_var.opened_tables++;
1436
1434
 
1437
1435
  return (0);