Skip to content

Commit 96eef72

Browse files
committed
Correct SQL_DRIVER_NAME
1 parent 045fd5f commit 96eef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DBD/mysql/GetInfo.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ our %info = (
156156
4 => 137076088, # SQL_DRIVER_HENV
157157
# 76 => undef, # SQL_DRIVER_HLIB
158158
# 5 => undef, # SQL_DRIVER_HSTMT
159-
6 => 'libmyodbc3.so', # SQL_DRIVER_NAME
159+
6 => 'DBD/mysql.pm', # SQL_DRIVER_NAME
160160
77 => '03.51', # SQL_DRIVER_ODBC_VER
161161
7 => $sql_driver_ver, # SQL_DRIVER_VER
162162
136 => 0, # SQL_DROP_ASSERTION

0 commit comments

Comments
 (0)