gena09 / sphinxsearch

Automatically exported from code.google.com/p/sphinxsearch
0 stars 0 forks source link

typo in an SQL error message : "raw" instead of "row" #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try in INSERT INTO rt (id, mva) VALUES (1,1)  /* instead of VALUES (1,(1)) */
2. read the error message

What is the expected output? What do you see instead?
expected: "row 1, column 3: non-MVA value specified for a MVA column"
obtained: "raw 1, column 3: non-MVA value specified for a MVA column"

also change the corresponding test, cf.
https://code.google.com/p/sphinxsearch/source/search?q=non-mva&origq=non-mva&btn
G=Search+Trunk

Original issue reported on code.google.com by rec...@gmail.com on 9 Dec 2012 at 11:06