~jimw/drizzle/macosx-fixes

« back to all changes in this revision

Viewing changes to server/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:36:57 UTC
  • Revision ID: brian@tangent.org-20080720073657-qrzqnfu31mut8vjd
my_bool...

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                               table_map *map __attribute__((__unused__)))
164
164
{
165
165
  TABLE *table= insert_table_list->table;
166
 
  my_bool timestamp_mark= false;
 
166
  bool timestamp_mark= false;
167
167
 
168
168
  if (table->timestamp_field)
169
169
  {