[MDEV-19003] ignore send <cache> to remote Created: 2019-03-21 Updated: 2020-12-08 Resolved: 2020-07-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | willhan | Assignee: | Kentoku Shiba (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
ignore send <cache> to remote |
| Comments |
| Comment by Kentoku Shiba (Inactive) [ 2019-04-08 ] |
|
willhan |
| Comment by willhan [ 2019-04-09 ] |
|
test case: SUBDATE('2012-12-31 23:59:59', 31) is a Item_cache |
| Comment by Kentoku Shiba (Inactive) [ 2019-04-11 ] |
|
I added a regression test. It certainly used Item_cache but there was no problem. Please see the test result of the following commit. |
| Comment by willhan [ 2019-04-25 ] |
|
case: As a result, we add next code in Item_cache::print // QT_TO_SPECIFIED_CHARSET used for us to process charset problem as a result, we will run _str->append(STRING_WITH_LEN("<cache>(")); in our environment |
| Comment by Kentoku Shiba (Inactive) [ 2019-04-27 ] |
|
willhan |
| Comment by willhan [ 2019-05-07 ] |
|
kentoku |