mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merge mysql.com:/home/my/mysql-5.0
into mysql.com:/home/my/mysql-5.1 Merge of 'remove compiler warnings when using -Wshadow'
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
bool checkMagicNumber() const;
|
||||
|
||||
inline void next(NdbReceiver* next) { m_next = next;}
|
||||
inline void next(NdbReceiver* next_arg) { m_next = next_arg;}
|
||||
inline NdbReceiver* next() { return m_next; }
|
||||
|
||||
void setErrorCode(int);
|
||||
|
Reference in New Issue
Block a user