~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.cc

  • Committer: Jay Pipes
  • Date: 2008-12-18 15:55:03 UTC
  • mto: This revision was merged to the branch mainline in revision 717.
  • Revision ID: jpipes@serialcoder-20081218155503-u45ygyunrdyyvquq
Fix for Bug#308457.  Gave UTF8 enclosure and escape character on LOAD DATA INFILE and changed the error message to be more descriptive

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
   You should have received a copy of the GNU General Public License
13
13
   along with this program; if not, write to the Free Software
14
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
 
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
/*
17
17
  The beginnings of locale(7) support.
18
18
  Sponsored for subset of LC_TIME support,  WorkLog entry 2928, -- Josh Chamas
 
19
 
 
20
  !! This file is built from my_locale.pl !!
19
21
*/
20
 
#include <config.h>
21
 
#include <cassert>
 
22
#include <drizzled/server_includes.h>
22
23
#include <drizzled/sql_locale.h>
23
 
#include <drizzled/typelib.h>
24
 
#include <drizzled/charset_info.h>
25
 
 
26
 
namespace drizzled
27
 
{
28
24
 
29
25
/***** LOCALE BEGIN ar_AE: Arabic - United Arab Emirates *****/
30
26
static const char *my_locale_month_names_ar_AE[13] =
2612
2608
  }
2613
2609
  return NULL;
2614
2610
}
2615
 
 
2616
 
} /* namespace drizzled */