Bug #74315 | Unsupported buffer type for mysql_stmt_bind_result function | ||
---|---|---|---|
Submitted: | 10 Oct 2014 12:31 | Modified: | 13 Oct 2014 9:41 |
Reporter: | Hemant Dangi | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[10 Oct 2014 12:31]
Hemant Dangi
[10 Oct 2014 12:32]
Hemant Dangi
testcase
Attachment: test_geometry.c (text/plain), 886 bytes.
[13 Oct 2014 9:41]
MySQL Verification Team
Hello Hemant, Thank you for the bug report and test case. Thanks, Umesh
[13 Oct 2014 9:42]
MySQL Verification Team
// With MySQL 5.6.22 and provide c test case [root@cluster-repo mysql-advanced-5.6.22]# gcc test_geometry.c -Wall -g -o test_geometry -L/data/ushastry/server/mysql-advanced-5.6.22/lib -I /data/ushastry/server/mysql-advanced-5.6.22/include/ -lmysqlclient_r -lz -lm -lpthread test_geometry.c: In function ‘main’: test_geometry.c:16: warning: implicit declaration of function ‘exit’ test_geometry.c:16: warning: incompatible implicit declaration of built-in function ‘exit’ test_geometry.c:22: warning: incompatible implicit declaration of built-in function ‘exit’ test_geometry.c:38: warning: control reaches end of non-void function [root@cluster-repo mysql-advanced-5.6.22]# [root@cluster-repo mysql-advanced-5.6.22]# ./test_geometry Using unsupported buffer type: 253 (parameter: 1)