~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/statement_transform.cc

  • Committer: Lee Bieber
  • Date: 2011-03-29 21:04:17 UTC
  • mfrom: (2253.1.2 trunk-gcc-4.6)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: kalebral@gmail.com-20110329210417-pqw4ll0hq5e32z9u
Merge Andrew - 743842: Build failure using GCC 4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
                                                           destination,
404
404
                                                           sql_variant);
405
405
 
406
 
  char quoted_identifier= '`';
407
 
  if (sql_variant == ANSI)
408
 
    quoted_identifier= '"';
409
 
 
410
406
  destination.append(") VALUES (");
411
407
 
412
408
  /* Add insert values */
476
472
                                                           destination,
477
473
                                                           sql_variant);
478
474
 
479
 
  char quoted_identifier= '`';
480
 
  if (sql_variant == ANSI)
481
 
    quoted_identifier= '"';
482
 
 
483
475
  destination.append(") VALUES (", 10);
484
476
 
485
477
  /* Add insert values */