Added store_mysql_fake persistence solution, to compile a ROC CMS system with mysql interface, but no real mysql driver.

This is mainly during dev using sqlite, to include the mysql interfaces without depending on related C .lib files that are not always compiled.
This commit is contained in:
Jocelyn Fiat
2017-09-06 10:26:47 +02:00
parent b6a5b4bc7f
commit 2fcbcf1938
4 changed files with 87 additions and 0 deletions
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<redirection xmlns="http://www.eiffel.com/developers/xml/configuration-1-16-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-16-0 http://www.eiffel.com/developers/xml/configuration-1-16-0.xsd" uuid="F79448C5-95FA-4BAD-9194-A6142F9EE041" message="Obsolete: use store_mysql.ecf !" location="store_mysql.ecf">
</redirection>