~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-04-17 01:45:33 UTC
  • Revision ID: brian@gaz-20090417014533-exdrtriab9zecqs2
Refactor get_variable to session

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                function/func.h \
91
91
                function/get_system_var.h \
92
92
                function/get_user_var.h \
93
 
                function/get_variable.h \
94
93
                function/last_insert.h \
95
94
                function/length.h \
96
95
                function/locate.h \
420
419
                function/func.cc \
421
420
                function/get_system_var.cc \
422
421
                function/get_user_var.cc \
423
 
                function/get_variable.cc \
424
422
                function/last_insert.cc \
425
423
                function/length.cc \
426
424
                function/locate.cc \