There was an error while loading. Please reload this page.
1 parent 17a1b19 commit 1fd3cc8Copy full SHA for 1fd3cc8
storage/innobase/dict/dict0load.c
@@ -1,6 +1,7 @@
1
/*****************************************************************************
2
3
Copyright (c) 1996, 2013, Innobase Oy. All Rights Reserved.
4
+Copyright (c) 2017, MariaDB Corporation.
5
6
This program is free software; you can redistribute it and/or modify it under
7
the terms of the GNU General Public License as published by the Free Software
@@ -1838,7 +1839,7 @@ dict_load_table(
1838
1839
if (!fil_open_single_table_tablespace(
1840
TRUE, table->space,
1841
table->flags == DICT_TF_COMPACT ? 0 :
-table->flags & ~(~0 << DICT_TF_BITS), name)) {
1842
+table->flags & ~(~0U << DICT_TF_BITS), name)) {
1843
/* We failed to find a sensible
1844
tablespace file */
1845
0 commit comments