1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cleanup: remove useless internal fied flag

This commit is contained in:
Sergei Golubchik
2015-11-24 11:04:10 +01:00
parent 4434c5cee8
commit 13989b36c1
3 changed files with 6 additions and 8 deletions

View File

@@ -3452,7 +3452,6 @@ static char *fieldflags2str(uint f) {
ff2s_check_flag(NUM);
ff2s_check_flag(PART_KEY);
ff2s_check_flag(GROUP);
ff2s_check_flag(UNIQUE);
ff2s_check_flag(BINCMP);
ff2s_check_flag(ON_UPDATE_NOW);
#undef ff2s_check_flag