We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fe1c6 commit b928f68Copy full SHA for b928f68
utilities/range_check_err.cc
@@ -85,6 +85,8 @@
85
#include <iostream>
86
#include <sstream>
87
88
+#include "my_inttypes.h"
89
+
90
struct {
91
const char *name; ///< MySQL error symbol ("ER_STARTUP")
92
uint mysql_errno; ///< MySQL error code (consecutive within sections)
0 commit comments