diff options
author | unknown <trudy@linux.site> | 2006-12-18 17:16:40 -0800 |
---|---|---|
committer | unknown <trudy@linux.site> | 2006-12-18 17:16:40 -0800 |
commit | 71ce9ccbf20150d847ec3c136a226e53ad1dfffb (patch) | |
tree | 0f88a9216f6647fa1754a00f27ebee623e393158 /storage/example/ha_example.h | |
parent | 9219489ba154855eb0fc322677c078f2faab0cea (diff) | |
download | mariadb-git-71ce9ccbf20150d847ec3c136a226e53ad1dfffb.tar.gz |
Added back missing closing brace at file-end.
Diffstat (limited to 'storage/example/ha_example.h')
-rw-r--r-- | storage/example/ha_example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/example/ha_example.h b/storage/example/ha_example.h index 2d173368493..6379478d373 100644 --- a/storage/example/ha_example.h +++ b/storage/example/ha_example.h @@ -244,3 +244,4 @@ public: THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to, enum thr_lock_type lock_type); ///< required +}; |