~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/data_ref.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 12:55:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805125559-fip89v61zimhde1b
Rename set_db to set_schema

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  }
31
31
 
32
32
  template <class U>
33
 
  data_ref_basic(U& c)
 
33
  data_ref_basic(const U& c)
34
34
  {
35
35
    if (c.begin() == c.end())
36
36
      clear();