~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 12:20:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814122036-ydjayvqjgwixp3o8
Refactor iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
835
835
}
836
836
 
837
837
 
838
 
#define GET (stack_pos != stack ? *--stack_pos : my_b_get(&cache))
 
838
#define GET (stack_pos != stack ? *--stack_pos : cache.get())
839
839
#define PUSH(A) *(stack_pos++)=(A)
840
840
 
841
841