[CONC-179] federatedx fails in bb-10.2-connector-c-integ Created: 2016-05-11 Updated: 2019-06-13 Resolved: 2016-05-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
See http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/5947/steps/test_7/logs/stdio the test uses --ps-protocol.
|
| Comments |
| Comment by Vladislav Vaintroub [ 2016-05-15 ] |
|
The error occurs with --ps-protocol means that perl mysql-test-run.pl --ps-protocol federatedx fails, while perl mysql-test-run.pl federatedx passes I suspect that warnings are lost for prepared statements |
| Comment by Georg Richter [ 2016-05-15 ] |
|
Fixed in rev. 9d51d5e3d63b4dd95e708bad9f8f417f8352df2d
|
| Comment by Vladislav Vaintroub [ 2016-05-15 ] |
|
Why do we need new API mysql_stmt_warning_count? we can't execute multiple stmts the same time, so mysql_warning_count representing the warning of the last statement (prepared or not) identifies warning count without ambiguity. |