~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-proposed

« back to all changes in this revision

Viewing changes to strings/ctype-extra.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 08:30:45 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120222083045-2rd53r4bnyx7qus4
Tags: 5.1.61-0ubuntu0.11.04.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    ./conf_to_src ../sql/share/charsets/ > FILE
7
7
*/
8
8
 
9
 
/* Copyright (C) 2000-2007 MySQL AB
 
9
/* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
10
10
 
11
11
   This program is free software; you can redistribute it and/or modify
12
12
   it under the terms of the GNU General Public License as published by
19
19
 
20
20
   You should have received a copy of the GNU General Public License
21
21
   along with this program; if not, write to the Free Software
22
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
 
22
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
 
23
*/
23
24
 
24
25
#include <my_global.h>
25
26
#include <m_ctype.h>
1040
1041
0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
1041
1042
0x0078,0x0079,0x007A,0x007B,0x007C,0x007D,0x007E,0x007F,
1042
1043
0x0402,0x0403,0x201A,0x0453,0x201E,0x2026,0x2020,0x2021,
1043
 
0x0000,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
 
1044
0x20AC,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
1044
1045
0x0452,0x2018,0x2019,0x201C,0x201D,0x2022,0x2013,0x2014,
1045
1046
0x0000,0x2122,0x0459,0x203A,0x045A,0x045C,0x045B,0x045F,
1046
1047
0x00A0,0x040E,0x045E,0x0408,0x00A4,0x0490,0x00A6,0x00A7,
1730
1731
0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
1731
1732
0x0078,0x0079,0x007A,0x007B,0x007C,0x007D,0x007E,0x007F,
1732
1733
0x0402,0x0403,0x201A,0x0453,0x201E,0x2026,0x2020,0x2021,
1733
 
0x0000,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
 
1734
0x20AC,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
1734
1735
0x0452,0x2018,0x2019,0x201C,0x201D,0x2022,0x2013,0x2014,
1735
1736
0x0000,0x2122,0x0459,0x203A,0x045A,0x045C,0x045B,0x045F,
1736
1737
0x00A0,0x040E,0x045E,0x0408,0x00A4,0x0490,0x00A6,0x00A7,
3762
3763
0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
3763
3764
0x0078,0x0079,0x007A,0x007B,0x007C,0x007D,0x007E,0x007F,
3764
3765
0x0402,0x0403,0x201A,0x0453,0x201E,0x2026,0x2020,0x2021,
3765
 
0x0000,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
 
3766
0x20AC,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
3766
3767
0x0452,0x2018,0x2019,0x201C,0x201D,0x2022,0x2013,0x2014,
3767
3768
0x0000,0x2122,0x0459,0x203A,0x045A,0x045C,0x045B,0x045F,
3768
3769
0x00A0,0x040E,0x045E,0x0408,0x00A4,0x0490,0x00A6,0x00A7,
3877
3878
0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
3878
3879
0x0078,0x0079,0x007A,0x007B,0x007C,0x007D,0x007E,0x007F,
3879
3880
0x0402,0x0403,0x201A,0x0453,0x201E,0x2026,0x2020,0x2021,
3880
 
0x0000,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
 
3881
0x20AC,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
3881
3882
0x0452,0x2018,0x2019,0x201C,0x201D,0x2022,0x2013,0x2014,
3882
3883
0x0000,0x2122,0x0459,0x203A,0x045A,0x045C,0x045B,0x045F,
3883
3884
0x00A0,0x040E,0x045E,0x0408,0x00A4,0x0490,0x00A6,0x00A7,
3992
3993
0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
3993
3994
0x0078,0x0079,0x007A,0x007B,0x007C,0x007D,0x007E,0x007F,
3994
3995
0x0402,0x0403,0x201A,0x0453,0x201E,0x2026,0x2020,0x2021,
3995
 
0x0000,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
 
3996
0x20AC,0x2030,0x0409,0x2039,0x040A,0x040C,0x040B,0x040F,
3996
3997
0x0452,0x2018,0x2019,0x201C,0x201D,0x2022,0x2013,0x2014,
3997
3998
0x0000,0x2122,0x0459,0x203A,0x045A,0x045C,0x045B,0x045F,
3998
3999
0x00A0,0x040E,0x045E,0x0408,0x00A4,0x0490,0x00A6,0x00A7,