~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/value.h

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
 
603
603
         virtual void releaseMapBuckets( ValueInternalLink *links )
604
604
         {
605
 
            delete [] links;
 
605
            delete[] links;
606
606
         }
607
607
 
608
608
         virtual ValueInternalLink *allocateMapLink()