~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to drizzled/charset.cc

Merge Monty

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 "mysys/mysys_priv.h"
17
 
#include "mysys/mysys_err.h"
18
 
#include <mystrings/m_ctype.h>
19
 
#include <mystrings/m_string.h>
 
16
#include "config.h"
 
17
 
 
18
#include "drizzled/charset.h"
 
19
#include "drizzled/my_error.h"
 
20
#include "drizzled/charset_info.h"
 
21
#include "drizzled/internal/m_string.h"
20
22
#include <drizzled/configmake.h>
21
23
#include <vector>
22
24
 
143
145
}
144
146
 
145
147
 
 
148
 
146
149
static bool init_available_charsets(myf myflags)
147
150
{
148
151
  bool error= false;