1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Added back missing closing brace at file-end.

This commit is contained in:
trudy@linux.site
2006-12-18 17:16:40 -08:00
parent 9351d5e586
commit f498540b3f

View File

@@ -244,3 +244,4 @@ public:
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type); ///< required
};