diff options
Diffstat (limited to 'storage/example/plug.in')
-rw-r--r-- | storage/example/plug.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/example/plug.in b/storage/example/plug.in index bf5bb49b429..ba35b1ea117 100644 --- a/storage/example/plug.in +++ b/storage/example/plug.in @@ -1,4 +1,3 @@ MYSQL_STORAGE_ENGINE(example,, [Example Storage Engine], [Skeleton for Storage Engines for developers], [max,max-no-ndb]) -MYSQL_PLUGIN_STATIC(example, [libexample.a]) MYSQL_PLUGIN_DYNAMIC(example, [ha_example.la]) |