aboutsummaryrefslogtreecommitdiff
path: root/dep/mysqllite/strings/int2str.c
diff options
context:
space:
mode:
authorXanadu <xanadu.xoroi@gmail.com>2011-03-05 00:50:00 +0100
committerXanadu <xanadu.xoroi@gmail.com>2011-03-05 02:41:59 +0100
commitc47c94f958dd11be44bad16cd5d97d9f2fea6dbf (patch)
treef4849f06a2b5bbda7036d07efde8d393ac54e620 /dep/mysqllite/strings/int2str.c
parented148818942fab299f344cb9c421a4df0b09fb98 (diff)
Dep/MySQL: Updated MySQL sources to version 5.5.9 (current GA)
Diffstat (limited to 'dep/mysqllite/strings/int2str.c')
-rw-r--r--dep/mysqllite/strings/int2str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/mysqllite/strings/int2str.c b/dep/mysqllite/strings/int2str.c
index fba98aac3f1..ecc214d58d5 100644
--- a/dep/mysqllite/strings/int2str.c
+++ b/dep/mysqllite/strings/int2str.c
@@ -19,9 +19,9 @@
/*
_dig_vec arrays are public because they are used in several outer places.
*/
-char NEAR _dig_vec_upper[] =
+char _dig_vec_upper[] =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
-char NEAR _dig_vec_lower[] =
+char _dig_vec_lower[] =
"0123456789abcdefghijklmnopqrstuvwxyz";