[MDEV-15100] libmysqld.dll in mariadb 10.2.12 not exist Created: 2018-01-27 Updated: 2022-08-13 Resolved: 2018-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Embedded Server |
| Affects Version/s: | 10.2.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | BENLAGHA | Assignee: | Vladislav Vaintroub |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Windows 7 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Comments |
| Comment by Vladislav Vaintroub [ 2018-01-27 ] |
|
We stopped building embedded on Windows, for a while already. We did not test it either in the past, never on Windows, due to lack of computing resource, lack of users' interest in it. |
| Comment by BENLAGHA [ 2018-01-28 ] |
|
hello, I really need it because there is a bug on the virtual fields corrected on version 10.2.12 only. |
| Comment by Vladislav Vaintroub [ 2018-01-28 ] |
|
Embedded provides some convenience, I agree, but this convenience is minimal. You can achieve the same effect as embedded rather trivially , by starting Or, Is there anything that would prevents you from compiling embedded from source yourself, if you still want embedded ? cmake . -DWITH_EMBEDDED_SERVER=1 && cmake --build . --config relwithdebinfo --target libmysqld from the directory where you unpacked the source. (you grab the libmysqld.dll from libmysqld\RelWithDebInfo directory) |
| Comment by BENLAGHA [ 2018-01-28 ] |
|
unfortunately I'm not good at C or C ++, I use a component like Devart's UniDac with Delphi to connect to the base and not APIs. the problem that the network version is not stable, we have a lot of problem when using on ordinary PCs where the customer must shutdown Windows the end of the day |
| Comment by Vladislav Vaintroub [ 2018-01-28 ] |
|
If Windows shutdown is a problem for a database, I do not see how much embedded would help Unless the problems are really related to communication protocol. We rather fix the stability problems that you mentioned. As I said, we built embedded on Windows for years, but never even tested it, I doubt its stability would be any greater compared to normal version. |
| Comment by BENLAGHA [ 2018-01-28 ] |
|
we use MySQL and MariaDB for 6 years for our customers and I assure you we have no problem with the embedded version the opposite network version (corrupted table, database inaccessible ...). I do not know if the other database systems have the same problem even if I know that using MariaDB on a dedicated server is beneficial and we have less problem. it will have a relationship with MySQL as executable or service because I use the executable version on Windows? Please if possible to have the DDL file of version 10.2.12? thank you in advance |
| Comment by BENLAGHA [ 2018-01-28 ] |
| Comment by Vladislav Vaintroub [ 2018-01-28 ] |
|
I attached the libraries I built just like described above. |
| Comment by BENLAGHA [ 2018-01-29 ] |
|
thank you, I will learn how to do next time |
| Comment by BENLAGHA [ 2022-08-13 ] |
|
hello, i have try this dll but is not run, i have already use with 10.0 version and is run but i need virtual fields |