We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4719923 commit 866ea45Copy full SHA for 866ea45
sql/examples/ha_example.cc
@@ -71,7 +71,7 @@
71
72
#include "ha_example.h"
73
74
-static handler* example_create_handler(TABLE *table);
+static handler* example_create_handler(TABLE_SHARE *table);
75
76
handlerton example_hton= {
77
"EXAMPLE",
@@ -213,7 +213,7 @@ static int free_share(EXAMPLE_SHARE *share)
213
}
214
215
216
-static handler* example_create_handler(TABLE *table)
+static handler* example_create_handler(TABLE_SHARE *table)
217
{
218
return new ha_example(table);
219
0 commit comments