~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.h

  • Committer: Monty Taylor
  • Date: 2010-10-02 05:07:25 UTC
  • mto: (1817.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: mordred@inaugust.com-20101002050725-h1b30b0nr3leeoh1
Embed a modified version of parse_config_file. There are several more bugs
that we'll want to fix in it, and then submit upstream. Eventually we should
be able to remove this- but for now the version on lucid is completely
broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
  */
133
133
  uint32_t pack_length_no_ptr() const
134
134
  { return (uint32_t) (packlength); }
135
 
  uint32_t row_pack_length() { return pack_length_no_ptr(); }
136
135
  uint32_t sort_length() const;
137
136
  virtual uint32_t max_data_length() const
138
137
  {