[MXS-300] LONGBLOB are currently not supported. Created: 2015-08-03 Updated: 2017-12-01 Resolved: 2016-05-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 2.0.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | cai sunny | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux 2.6.32-431.20.3.el6.x86_64 #1 SMP |
||
| Issue Links: |
|
||||||||
| Sprint: | 2016-9, 2016-10 | ||||||||
| Description |
|
Why LONGBLOB are currently not supported? |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-08-04 ] |
|
markus makela Can you comment on this one please ? |
| Comment by cai sunny [ 2015-08-07 ] |
|
Will this problem be fixed on version 1.3? |
| Comment by Timofey Turenko [ 2016-01-01 ] |
|
tested with 1.3.0 beta: got stuck! 0.019585: Trying send data directly to Master
code which got stuck: Test->tprintf("Creating table with LONGBLOB\n"); test case: https://github.com/mariadb-corporation/maxscale-system-test/blob/master/longblob.cpp |
| Comment by Timofey Turenko [ 2016-02-16 ] |
|
RWSplit seems to work ok with all (BLOB, MEDIUMBLOB, LONGBLOB) ReadConn: at some chunk: 156.346929: Chunk #5 next call of mysql_stmt_send_long_data() gives segfault Immediate executing the same tests after such failure gives failure for everything (including direct sending to Master). If after chunk sending failure mysql_stmt_send_long_data() is not executed - all other tests are ok. MEDIUMBLOB fails in the same way: 215.766235: Creating table with MEDIUMBLOB |
| Comment by Johan Wikman [ 2016-03-01 ] |
|
Documented limitation, so it is not a bug. Changing to improvement. |
| Comment by markus makela [ 2016-05-31 ] |
|
LONGBLOB values are now supported for all statements except LOAD DATA LOCAL INFILE with binary data. |