~singhabhishek-bit/drizzle/drizzle-bug-644807

« back to all changes in this revision

Viewing changes to drizzled/message/statement_transform.cc

  • Committer: Lee Bieber
  • Date: 2011-03-29 22:31:41 UTC
  • mfrom: (2257.1.3 build)
  • Revision ID: kalebral@gmail.com-20110329223141-yxc22h3l2he58sk0
Merge Andrew - 743842: Build failure using GCC 4.6
Merge Stewart - 738022: CachedDirectory silently fails to add entries if stat() fails
Merge Olaf - Common fwd: add copyright, add more declaration

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 */