|
|
75b530c7fc
|
Fix builds with MariaDB client libraries.
|
2017-04-12 19:34:30 +03:00 |
|
|
|
6ad3f09a07
|
Fix builds with MySQL 8.0.1 client libraries.
my_bool has been replaced with bool in MySQL 8.0.1.
|
2017-04-12 00:24:34 +03:00 |
|
|
|
3348e8dfa3
|
Remove unused gresults variable from drv_mysql.c.
|
2017-04-12 00:21:46 +03:00 |
|
|
|
40c14789aa
|
Export mysql_drv_reconnect() to Lua SQL API.
|
2017-02-02 10:59:51 +03:00 |
|
|
|
cdc450a258
|
Fix a comment typo.
|
2017-01-30 17:24:56 +03:00 |
|
|
|
1363264c61
|
Handle more cases where drv_pgsql.c may leak memory.
|
2017-01-30 16:04:39 +03:00 |
|
|
|
55aca14d92
|
Add a missing PQclear() call in pgsql_drv_bind_param().
|
2017-01-30 15:22:21 +03:00 |
|
|
|
ca0da79d82
|
Call PQclear() for non-SELECT queries explicitly in drv_pgsql.c.
|
2017-01-30 15:13:05 +03:00 |
|
|
|
7c43653e4f
|
Fix memory leaks in drv_pgsql.c.
|
2017-01-30 13:35:00 +03:00 |
|
|
|
1cf5b33eda
|
Move counters code from db_driver.c to sb_counter.c.
|
2017-01-29 13:45:26 +03:00 |
|
|
|
74d14e764c
|
Signal an error on unknown error codes in drv_pgsql.c.
|
2017-01-27 21:00:06 +03:00 |
|
|
|
06d4f99cb6
|
Rename the 'sysbench' subdirectory to 'src'.
|
2017-01-27 09:39:28 +03:00 |
|