mysql 5.7.3 insert value item question
Rich Prohaska <[email protected]> Thu, 9 Jan 2014 09:35:29 -0500
| Newsgroups | gmane.comp.db.mysql.devel |
|---|---|
| Message-ID | <CAB3YYRVQjPciw+C=eQt-cNokFL27-8-6EZffNNY57ymhnoLe8g@mail.gmail.com> |
In mysql 5.7.3 (and prior versions of mysql including 5.6 and perhaps others), there is an item type ITEM_INSERT_VALUE, an Item_insert_value class, but no Item class that implements a type() method that returns ITEM_INSERT_VALUE. In addition, the Item_insert_value::eq method queries an item's type() for ITEM_INSERT_VALUE. It seems like a bug that the Item_insert_value type is not ITEM_INSERT_VALUE. -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals