summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@oracle.com>2011-05-06 00:46:53 +0100
committerLuis Soares <luis.soares@oracle.com>2011-05-06 00:46:53 +0100
commit8a08fd43411725545a61f16c5c78994d845f9352 (patch)
tree53ca2e9a9086cfc150c8bc414ac69b9ea7180793 /client
parent16f26d2aaf65c2d69e24b7d644cc48a628a55862 (diff)
downloadmariadb-git-8a08fd43411725545a61f16c5c78994d845f9352.tar.gz
BUG#11762616: BUG#55229: 'POSTION'
Fix for all "postion" in Oracle files (s/postion/position). Updated the copyright notices where needed.
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc
index a1813838a24..c2410b14c19 100644
--- a/client/mysqltest.cc
+++ b/client/mysqltest.cc
@@ -9739,7 +9739,7 @@ int find_set(REP_SETS *sets,REP_SET *find)
return i;
}
}
- return i; /* return new postion */
+ return i; /* return new position */
}
/* find if there is a found_set with same table_offset & found_offset
@@ -9759,7 +9759,7 @@ int find_found(FOUND_SET *found_set,uint table_offset, int found_offset)
found_set[i].table_offset=table_offset;
found_set[i].found_offset=found_offset;
found_sets++;
- return -i-2; /* return new postion */
+ return -i-2; /* return new position */
}
/* Return 1 if regexp starts with \b or ends with \b*/