summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Olivier Bertrand2013-02-0911-0/+576
|\
| * Removing double new-line markers when doing LOAD_FILE('example.ini').Alexander Barkov2013-02-082-22/+9
| * Adding a test for TABLE_TYPE=DIRAlexander Barkov2013-02-082-0/+86
| * Adding tests for TABLE_TYPE=INIAlexander Barkov2013-02-083-0/+275
| * Adding REPLACE(xxx, '\r\n','\n'), not to fail on Windows.Alexander Barkov2013-02-080-0/+0
| |\
| | * Adding tests for TABLE_TYPE=CSVAlexander Barkov2013-02-083-0/+83
| * | Adding tests for TABLE_TYPE=CSVAlexander Barkov2013-02-083-0/+126
| |/
| * Adding a test for TABLE_TYPE=BINAlexander Barkov2013-02-083-0/+102
* | Put almost all function prototypes in header files that areOlivier Bertrand2013-02-0918-389/+617
|/
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-083-8/+9
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-08102-63516/+63512
|\
| * Fixing "unused label" warning.Alexander Barkov2013-02-082-1/+3
| * Fixing a warning:Alexander Barkov2013-02-081-0/+1
| * Fixing a warning:Alexander Barkov2013-02-071-3/+2
| * Fixing a warning:Alexander Barkov2013-02-071-1/+1
| * Commenting switches that are specific to C or C++ only.Alexander Barkov2013-02-071-3/+7
| * Fixing compilation problems on Windows (due to the previous commit).Alexander Barkov2013-02-071-1/+1
| * Disable only *some* warning types instead of *all* types.Alexander Barkov2013-02-071-2/+15
| * Fixing wrong sprintf() calls.Alexander Barkov2013-02-0714-26/+34
| * Fixing some of the compilation warnings.Alexander Barkov2013-02-0717-37/+44
| * Fixing compilation warnings:Alexander Barkov2013-02-075-32/+21
| * Fixing redundant declaration.Alexander Barkov2013-02-072-5/+4
| * Removing reduntant ODBC constants.Alexander Barkov2013-02-071-24/+0
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-07100-63401/+63401
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-0810-158/+262
|/
* Adding missing DROP TABLE.Alexander Barkov2013-02-061-0/+1
* Adding a test for ODBC/XLS.Alexander Barkov2013-02-063-0/+34
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-0612-94/+140
* Adding tests for TABLE_TYPE=FIXAlexander Barkov2013-02-065-0/+191
* Adding basic tests for TABLE_TYPE=fmtAlexander Barkov2013-02-064-0/+117
* Commenting ALTER test which changes the DBF file size.Alexander Barkov2013-02-062-34/+45
* Make possible to get ODBC DataSources name and description by:Olivier Bertrand2013-02-055-23/+380
* Adding preliminary code to skip the test "xml".Alexander Barkov2013-02-041-0/+15
* Adding tests for NULL column values.Alexander Barkov2013-02-042-0/+82
* Adding tests for ALTER TABLEAlexander Barkov2013-02-042-0/+152
* Removing iconv dependency.Alexander Barkov2013-02-043-54/+20
* Fixing my_charset_utf8_bin to my_charset_utf8_general_ci.Alexander Barkov2013-02-042-3/+3
* Translate column names to UTF-8 in ha_connect::pre_create.Olivier Bertrand2013-02-032-9/+26
* 2>libdoc.cppOlivier Bertrand2013-02-023-19/+23
* Fixing a typo:Alexander Barkov2013-02-011-1/+1
* Replacing iconv converstion routines in libdoc.cc to MariaDB routines.Alexander Barkov2013-02-012-40/+20
* Adding tests for SMALLINT and BIGINT for DBF.Alexander Barkov2013-02-012-31/+98
* More XML related definitions are now more friendly:Alexander Barkov2013-02-015-26/+35
* Adding an option to switch off ICONV support:Alexander Barkov2013-02-013-19/+24
* Fixing to use my_interval_timer() instead of ftime().Alexander Barkov2013-02-013-12/+6
* ftime does not exist on FreeBSD.Alexander Barkov2013-02-011-0/+4
* Adding separate flags to disable MSXML and LIBXML2 libraries on Windows:Alexander Barkov2013-02-011-33/+36
* DBF type N is now BIGINT when length is > 10.Olivier Bertrand2013-01-312-17/+9
* Adding OPTION_LIST='xmlsup=libxml2' to makeAlexander Barkov2013-01-312-27/+45
* Adding basic XML tests. More XML tests coming soon.Alexander Barkov2013-01-316-0/+615