[CONJ-169] MariaDB RT data insert/update with MVA fields Created: 2015-07-21 Updated: 2017-03-30 Resolved: 2017-03-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Nagaraju Movva | Assignee: | Diego Dupin |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | Sphinx | ||
| Description |
|
I have create one rt table in MariaDB. data not geting inserted in MariaDB. Same query is Please help me in this issue for MariaDB RT data insert/update. CREATE TABLE `rt1` ( Query: INSERT INTO rt1 (id,title,content, gid ) VALUES (40,'sales', 'sales Error Code: 1430 Execution Time : 0 sec MySQL [(none)]> INSERT INTO rt1 (id,title,content,skills ) VALUES (40,'sales', 'sales MySQL [(none)]> select * from rt1;
-----
----- MySQL [(none)]> |
| Comments |
| Comment by Diego Dupin [ 2015-07-21 ] | ||||||||||||||||
|
I'm no expert in sphinxQL, but could you please provide the sphinx configuration to permit to reproduce the problem ? | ||||||||||||||||
| Comment by Nagaraju Movva [ 2015-07-21 ] | ||||||||||||||||
|
Hi Diego, Thanks for your replay. please check over sphinx config file with real time (RT index) & DESCRIBE rt table structure. searchd ------------------------------------------------------------------------- MySQL [(none)]> desc rt;
--------
-------- | ||||||||||||||||
| Comment by Vladislav Vaintroub [ 2015-07-28 ] | ||||||||||||||||
|
Nagaraju Movva, you queries are different. On the command line you have no quotes around (2,3), in JDBC you passing a string '(2,3)' . | ||||||||||||||||
| Comment by Diego Dupin [ 2017-03-30 ] | ||||||||||||||||
|
closing since no answer |