summaryrefslogtreecommitdiff
path: root/storage/myisam
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-01-03 20:40:41 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-01-03 20:40:41 +0200
commit8ac1982fcc116f00123b5a6a485163170d48071b (patch)
tree6e394a7cb8b1657837ad91ab72f9f1866c1f77a6 /storage/myisam
parent51e4650ed0644ed88cf5d542bd0cab50e7ea0343 (diff)
parent84c9c8b2e9d68d7014e8b3e17e0d6df8efb3215b (diff)
downloadmariadb-git-8ac1982fcc116f00123b5a6a485163170d48071b.tar.gz
Merge 5.5 into 10.0
Diffstat (limited to 'storage/myisam')
-rw-r--r--storage/myisam/mi_search.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/storage/myisam/mi_search.c b/storage/myisam/mi_search.c
index 3ce112f7906..9bed9a16d60 100644
--- a/storage/myisam/mi_search.c
+++ b/storage/myisam/mi_search.c
@@ -608,11 +608,11 @@ void _mi_kpointer(register MI_INFO *info, register uchar *buff, my_off_t pos)
case 5: mi_int5store(buff,pos); break;
#else
case 7: *buff++=0;
- /* fall trough */
+ /* fall through */
case 6: *buff++=0;
- /* fall trough */
+ /* fall through */
case 5: *buff++=0;
- /* fall trough */
+ /* fall through */
#endif
case 4: mi_int4store(buff,pos); break;
case 3: mi_int3store(buff,pos); break;
@@ -729,13 +729,13 @@ void _mi_dpointer(MI_INFO *info, uchar *buff, my_off_t pos)
case 5: mi_int5store(buff,pos); break;
#else
case 8: *buff++=0;
- /* fall trough */
+ /* fall through */
case 7: *buff++=0;
- /* fall trough */
+ /* fall through */
case 6: *buff++=0;
- /* fall trough */
+ /* fall through */
case 5: *buff++=0;
- /* fall trough */
+ /* fall through */
#endif
case 4: mi_int4store(buff,pos); break;
case 3: mi_int3store(buff,pos); break;