From Sergey Linev:
1. Support for MySQL version 3.2.x and 4.0 enabled again. For that old MySQL versions TSQLStatement is not supported. 2. Small fix in TSQLFile. With old MySQL versions it does not try to use TSQLStatement class. 3. Enabling/disabling error output for TSQLStatement class. 4. Fix in error handling in TMySQLServer::Statement() method. Previousely error code was not correctly stored. git-svn-id: http://root.cern.ch/svn/root/trunk@15538 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- mysql/inc/TMySQLServer.h 2 additions, 2 deletionsmysql/inc/TMySQLServer.h
- mysql/inc/TMySQLStatement.h 8 additions, 2 deletionsmysql/inc/TMySQLStatement.h
- mysql/src/TMySQLServer.cxx 46 additions, 5 deletionsmysql/src/TMySQLServer.cxx
- mysql/src/TMySQLStatement.cxx 282 additions, 5 deletionsmysql/src/TMySQLStatement.cxx
- net/inc/TSQLStatement.h 5 additions, 2 deletionsnet/inc/TSQLStatement.h
- net/src/TSQLServer.cxx 2 additions, 2 deletionsnet/src/TSQLServer.cxx
- net/src/TSQLStatement.cxx 3 additions, 3 deletionsnet/src/TSQLStatement.cxx
- odbc/inc/TODBCStatement.h 2 additions, 3 deletionsodbc/inc/TODBCStatement.h
- odbc/src/TODBCServer.cxx 2 additions, 2 deletionsodbc/src/TODBCServer.cxx
- odbc/src/TODBCStatement.cxx 3 additions, 3 deletionsodbc/src/TODBCStatement.cxx
- oracle/inc/TOracleStatement.h 2 additions, 2 deletionsoracle/inc/TOracleStatement.h
- oracle/src/TOracleServer.cxx 2 additions, 2 deletionsoracle/src/TOracleServer.cxx
- oracle/src/TOracleStatement.cxx 3 additions, 3 deletionsoracle/src/TOracleStatement.cxx
- sql/src/TSQLFile.cxx 6 additions, 4 deletionssql/src/TSQLFile.cxx
Loading
Please register or sign in to comment