~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef INCLUDES_MYSQL_SQL_LIST_H
2
 
#define INCLUDES_MYSQL_SQL_LIST_H
 
1
#ifndef INCLUDES_DRIZZLE_SQL_LIST_H
 
2
#define INCLUDES_DRIZZLE_SQL_LIST_H
3
3
/* Copyright (C) 2000-2003 MySQL AB
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify
650
650
    it.replace(el->clone(mem_root));
651
651
}
652
652
 
653
 
#endif // INCLUDES_MYSQL_SQL_LIST_H
 
653
#endif // INCLUDES_DRIZZLE_SQL_LIST_H