Skip to content

Commit 66bbbd3

Browse files
committed
Bug#33855045 Test ndbinfo_upgrade fails on valgrind builds [#7]
Fix mystery alignment change. Remove forward declaration indentation changes. Change-Id: Ic20608da6dae932eaf8eb1c66b7c834a44e4a274
1 parent 9fd1766 commit 66bbbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/include/ndbapi/NdbDictionary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#include <ndb_types.h>
3333

34-
class Ndb;
34+
class Ndb;
3535
struct CHARSET_INFO;
3636

3737
/* Forward declaration only. */

0 commit comments

Comments
 (0)