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

changed function name to prevent injection wrong code from 4.1 (WL#2133)

This commit is contained in:
bell@sanja.is.com.ua
2004-10-20 16:06:54 +03:00
parent 4714a6e744
commit d409547de4
9 changed files with 39 additions and 45 deletions

View File

@ -1196,8 +1196,6 @@ public:
class JOIN;
void send_error(THD *thd, uint sql_errno=0, const char *err=0);
class select_result :public Sql_alloc {
protected:
THD *thd;