From ed24158b4d247dff58162c97f04cbc4011579600 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 10 Sep 2010 11:35:20 +0200
Subject: Add automated build and test scripts for Windows

---
 mysql.options | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 mysql.options

(limited to 'mysql.options')

diff --git a/mysql.options b/mysql.options
new file mode 100644
index 0000000..54fc174
--- /dev/null
+++ b/mysql.options
@@ -0,0 +1,9 @@
+# Sample MySQL options file used to run the tests. Adjust to
+# match your MySQL setup.
+#
+--user 'odb_test'
+--db-name 'odb_test'
+# --password ''
+# --host ''
+# --port 0
+# --socket ''
-- 
cgit v1.1