Commit 1e89c86d authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.0 into 10.1

parents 016caa3d 8ac1982f
......@@ -1788,7 +1788,7 @@ Query_cache::send_result_to_client(THD *thd, char *org_sql, uint query_length)
sql++;
continue;
}
/* fall trough */
/* fall through */
default:
break;
}
......
......@@ -745,11 +745,11 @@ void _ma_kpointer(register MARIA_HA *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;
......@@ -881,13 +881,13 @@ void _ma_dpointer(MARIA_SHARE *share, 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;
......
......@@ -607,11 +607,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;
......@@ -728,13 +728,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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment