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

Fix problem in MIN/MAX optimisation (from last patch)

Don't make OLD_PASSWORD() a reserved word
This commit is contained in:
monty@mashka.mysql.fi
2003-02-07 17:57:07 +02:00
parent f68914addb
commit 1b9b042654
9 changed files with 45 additions and 9 deletions

View File

@ -23,8 +23,6 @@
*/
#ifdef __GNUC__
#pragma implementation // gcc: Class implementation
#endif