1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix of compilation failure of latest 4.1 tree: new constants in mysqld.cc

exceed unsigned long limit.
This commit is contained in:
konstantin@mysql.com
2004-03-15 22:39:36 +03:00
parent e43ac76094
commit 36120d420a
7 changed files with 39 additions and 35 deletions

View File

@ -657,7 +657,7 @@ public:
points to a lock object if the lock is present. See item_func.cc and
chapter 'Miscellaneous functions', for functions GET_LOCK, RELEASE_LOCK.
*/
ULL *ull;
User_level_lock *ull;
#ifndef DBUG_OFF
uint dbug_sentry; // watch out for memory corruption
#endif