~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  along with this program; if not, write to the Free Software
14
14
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include "drizzled/server_includes.h"
 
16
#include "config.h"
17
17
 
18
18
#include <string>
19
19
 
24
24
#include "drizzled/nested_join.h"
25
25
#include "drizzled/sql_lex.h"
26
26
#include "drizzled/sql_select.h"
 
27
#include "drizzled/strfunc.h"
27
28
 
28
29
using namespace std;
29
30