aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/test/odbc_test.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-06-16 11:50:31 +0200
committerIngela Anderton Andin <[email protected]>2011-06-16 11:50:31 +0200
commit1ef158b055f72288fe9d8a196d874b1310cbf342 (patch)
treec964857ac8187ab0a01ad39626f722f44868e765 /lib/odbc/test/odbc_test.hrl
parent479833a852a79ada3a6badb2c3feb3bb9cee19b8 (diff)
parenta70ee114820dd3922f3049e93981bc326af1863a (diff)
downloadotp-1ef158b055f72288fe9d8a196d874b1310cbf342.tar.gz
otp-1ef158b055f72288fe9d8a196d874b1310cbf342.tar.bz2
otp-1ef158b055f72288fe9d8a196d874b1310cbf342.zip
Merge branch 'ia/odbc/mysql' into major
* ia/odbc/mysql: Test odbc with MySQL
Diffstat (limited to 'lib/odbc/test/odbc_test.hrl')
-rw-r--r--lib/odbc/test/odbc_test.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/odbc/test/odbc_test.hrl b/lib/odbc/test/odbc_test.hrl
index 87f50043db..7d2522d667 100644
--- a/lib/odbc/test/odbc_test.hrl
+++ b/lib/odbc/test/odbc_test.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2002-2010. All Rights Reserved.
+%% Copyright Ericsson AB 2002-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -27,7 +27,7 @@
{unix, sunos} ->
postgres;
{unix,linux} ->
- postgres;
+ mysql;
{win32, _} ->
sqlserver
end).