File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -480,20 +480,8 @@ class String_copier_for_item: public String_copier
480
480
String_copier_for_item (THD *thd): m_thd(thd) { }
481
481
};
482
482
483
- /* System versioning */
484
- class Vers_extended_item
485
- {
486
- public:
487
- virtual vtq_record_t * vtq_cached_result ()
488
- {
489
- return NULL ;
490
- }
491
- };
492
-
493
-
494
483
class Item : public Value_source ,
495
- public Type_std_attributes,
496
- public Vers_extended_item
484
+ public Type_std_attributes
497
485
{
498
486
void operator =(Item &);
499
487
/* *
@@ -1845,8 +1833,10 @@ class Item: public Value_source,
1845
1833
{
1846
1834
marker &= ~EXTRACTION_MASK;
1847
1835
}
1848
- };
1849
1836
1837
+ /* System versioning */
1838
+ virtual vtq_record_t *vtq_cached_result () { return NULL ; }
1839
+ };
1850
1840
1851
1841
template <class T >
1852
1842
inline Item* get_item_copy (THD *thd, MEM_ROOT *mem_root, T* item)
You can’t perform that action at this time.
0 commit comments