[MDEV-3719] LP:730035 - Handlersocket does not load in maria-5.3-main Created: 2011-03-06 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Not repeatable with maria-5.3-handlersocket. Steps to reproduce: bzr branch lp:maria/5.3 cd mysql-test MTR_VERSION=1 perl mysql-test-run.pl - mysql -uroot --protocol=tcp --port=3306 -e "INSTALL PLUGIN handlersocket soname 'handlersocket.so'" |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-03-06 ] |
|
Re: Handlersocket does not load in maria-5.3-main ERROR 1126 (HY000) at line 1: Can't open shared library '/home/buildbot/rqg-buildbot-slave/test-handlersocket/build/mysql-test/../plugin/handler_socket/handlersocket/.libs/handlersocket.so' (errno: 22 undefined symbol: ZNSt6vectorIN4dena9prep_stmtESaIS1_EE14_M_fill_insertEN9gnu_cxx17normal_iteratorIPS1_S3_EEmRKS1) with c++filt: ERROR 1126 (HY000) at line 1: Can't open shared library '/home/buildbot/rqg-buildbot-slave/test-handlersocket/build/mysql-test/../plugin/handler_socket/handlersocket/.libs/handlersocket.so' (errno: 22 undefined symbol: std::vector<dena::prep_stmt, std::allocator<dena::prep_stmt> >::_M_fill_insert(_gnu_cxx::_normal_iterator<dena::prep_stmt*, std::vector<dena::prep_stmt, std::allocator<dena::prep_stmt> > >, unsigned long, dena::prep_stmt const&)) the same test passes when handlersocket from githup is compiled against mysql-5.1 and when handlersocket from github is compiled against 5.3-handler using the patch serg provided. |
| Comment by Philip Stoev (Inactive) [ 2011-03-09 ] |
|
Re: Handlersocket does not load in maria-5.3-main |
| Comment by Rasmus Johansson (Inactive) [ 2011-10-28 ] |
|
Launchpad bug id: 730035 |