| List: | Commits | « Previous MessageNext Message » | |
| From: | Magnus Blåudd | Date: | January 25 2011 2:09pm |
| Subject: | Re: bzr commit into mysql-5.1-telco-6.2 branch (Martin.Skold:3143) Bug#57437 | ||
| View as plain text | |||
On 01/25/2011 10:45 AM, Martin Skold wrote: > + if (create_temporary) > + { > + /* > + Ndb does not support temporary tables > + */ > + my_errno= ER_ILLEGAL_HA_CREATE_OPTION; > + DBUG_PRINT("info", ("Ndb doesn't support temporary tables")); > + push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN, > + ER_ILLEGAL_HA_CREATE_OPTION, > + "Ndb doesn't support temporary tables"); > + DBUG_RETURN(my_errno); > + } > + Why modify my_errno? Just return ER_ILLEGAL_HA_CREATE_OPTION?
| Thread | ||
|---|---|---|
| • bzr commit into mysql-5.1-telco-6.2 branch (Martin.Skold:3143) Bug#57437 | Martin Skold | 25 Jan |
| • Re: bzr commit into mysql-5.1-telco-6.2 branch (Martin.Skold:3143)Bug#57437 | Magnus Blåudd | 25 Jan |
| • Re: bzr commit into mysql-5.1-telco-6.2 branch (Martin.Skold:3143)Bug#57437 | Sergey Vojtovich | 1 Feb |
