MySQL Forums
Forum List  »  Connector/C++

Re: Connector crashing on Windows
Posted by: Eric Bouchard
Date: December 21, 2022 11:03AM

In xdevapi.h, it does have it of course:

template<typename...T>
Session(T...options)
try
: Session(SessionSettings(options...))
{}CATCH_AND_WRAP

As for my own app, it does not really matter (I tried with and without) but it won't fix the real issue that the connector library is somehow not compatible.

The SessionSettings object is good but it crashes within the library itself when calling the function: Session_detail(settings) (which is implemented inside the library).

One option would be to recompile the whole connector, but it does not seem trivial.

Options: ReplyQuote


Subject
Views
Written By
Posted
1272
December 21, 2022 09:03AM
667
December 21, 2022 09:41AM
484
December 21, 2022 10:36AM
Re: Connector crashing on Windows
501
December 21, 2022 11:03AM
554
December 21, 2022 11:28AM
521
December 21, 2022 11:38AM
727
December 21, 2022 11:56AM
484
December 21, 2022 12:11PM
506
December 21, 2022 12:25PM
504
December 21, 2022 12:47PM
499
December 21, 2022 12:55PM
543
December 21, 2022 01:11PM
519
December 21, 2022 01:29PM
520
December 21, 2022 02:52PM
578
December 22, 2022 04:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.