| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into branch 10.2-mdev9197.
|
| | |
|
|/
|
|
|
|
|
|
| |
- Adding SHOW CREATE TABLE into all DEFAULT tests,
to cover need_parentheses_in_default() for all items
- Fixing a few items not to print parentheses in DEFAULT:
spatial function-alike predicates, IS_IPV4 and IS_IPV6 functions,
COLUMN_CHECK() and COLUMN_EXISTS().
|
|
|
|
|
|
|
| |
Added mandatory thd parameter to Item (and all derivative classes) constructor.
Added thd parameter to all routines that may create items.
Also removed "current_thd" from Item::Item. This reduced number of
pthread_getspecific() calls from 290 to 177 per OLTP RO transaction.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backporting functions from MySQL-5.6:
- INET6_ATON()
- INET6_NTOA()
- IS_IPV4()
- IS_IPV4_COMPAT()
- IS_IPV4_MAPPED()
- IS_IPV6()
|
|
separate files item_inetfunc.h and item_inetfunc.cc.
|