2018-05-14 |
Sjoerd Mullender |
Added test for dumping using INSERT queries.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Merge with Mar2018 branch.
|
2018-05-14 |
Sjoerd Mullender |
char got lost; should only be done for inserts.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Reduce number of queries for dumping functions by going through data twice.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Use bool.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Removed unused code.
Mar2018
|
2018-05-14 |
Pedro Ferreira |
Limit the types for the partitioned column.
merge-partitions
|
2018-05-14 |
Pedro Ferreira |
Support for dates, times, timestamps in partition predicates.
merge-partitions
|
2018-05-14 |
Joeri van Ruth |
Quote dates and various other types in msqldump -N
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Use bool.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Merge with Mar2018 branch.
|
2018-05-14 |
Sjoerd Mullender |
No need to check for function sys.password_hash.
|
2018-05-14 |
Sjoerd Mullender |
Get row count from query result instead of asking separately.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Layout.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
No need to send lots of whitespace, newlines and semicolons to server.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Stick potential query call in better place.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Calculate remaining buffer length correctly.
Mar2018
|
2018-05-14 |
Sjoerd Mullender |
Merge with default branch.
system-functions
|
2018-05-14 |
Sjoerd Mullender |
Use comments from WITH statement instead of sys.comments.
system-functions
|
2018-05-14 |
Pedro Ferreira |
Merge with default
merge-partitions
|
2018-05-14 |
Pedro Ferreira |
Merge with Mar2018
|
2018-05-14 |
Pedro Ferreira |
At this moment we won't be supporting updates on the partitioned column.
merge-partitions
|
2018-05-12 |
Niels Nes |
fixed bug 6603 (ony reduce groupby/distinct if all groupby cols
Mar2018
|
2018-05-12 |
Pedro Ferreira |
Cast output to bigint, so no .int128 output file is needed
Mar2018
|
2018-05-12 |
Pedro Ferreira |
Added test for bug 6603
Mar2018
|
2018-05-12 |
Niels Nes |
fixed last part of bug 6600, ie correct digits (bits) in atom_mul
Mar2018
|
2018-05-11 |
Niels Nes |
fixed precedence of +- unary operator, fixes part 1 of bug 6600
Mar2018
|
2018-05-11 |
Pedro Ferreira |
Added test for bug 6602
Mar2018
|
2018-05-11 |
Niels Nes |
fixed bug 6601
Mar2018
|
2018-05-11 |
Niels Nes |
fixes for bug 6577 and 6600
Mar2018
|
2018-05-10 |
Panagiotis Koutsourakis |
Add test for Bug 6601
Mar2018
|
2018-05-10 |
Pedro Ferreira |
Added test for bug 6600
Mar2018
|
2018-05-10 |
Panagiotis Koutsourakis |
Add new tests for remote table authorization
remote_auth
|
2018-05-10 |
Panagiotis Koutsourakis |
Heavily refactor the creds test to make it easier to reuse
remote_auth
|
2018-05-09 |
Panagiotis Koutsourakis |
Merge with default
remote_auth
|
2018-05-10 |
Niels Nes |
fixes for bugs 6594 and 6595
Mar2018
|
2018-05-10 |
Lefteris Sidirourgos |
merge with batcalc-candidates
viewless
|
2018-05-09 |
Panagiotis Koutsourakis |
Fix the upgrade chain tests that were crashing
remote_auth
|
2018-05-09 |
Sjoerd Mullender |
Merge with Mar2018 branch.
|
2018-05-09 |
Sjoerd Mullender |
Don't define LIBXML_ATTR_ALLOC_SIZE.
Mar2018
|
2018-05-09 |
Sjoerd Mullender |
Test for bug 6599.
Mar2018
|
2018-05-09 |
Panagiotis Koutsourakis |
Fix memory leaks found by sanitizer
remote_auth
|
2018-05-09 |
Panagiotis Koutsourakis |
Merge with default
remote_auth
|
2018-05-09 |
Sjoerd Mullender |
Merge with Mar2018 branch.
|
2018-05-09 |
Sjoerd Mullender |
More fully use M4sh for configure.
Mar2018
|
2018-05-09 |
Joeri van Ruth |
Fix lzma rewind in open_xzstream
Mar2018
|
2018-05-09 |
Joeri van Ruth |
Add lzma to test copy-from-compressed
Mar2018
|
2018-05-09 |
Joeri van Ruth |
Add test for loading compressed data
Mar2018
|
2018-05-09 |
Sjoerd Mullender |
Properly fix bug 6598.
Mar2018
|
2018-05-09 |
Pedro Ferreira |
Add check for Python 3.5 version in Python 3 UDFs. This fixes bug 6598
Mar2018
|
2018-05-09 |
Aris Koning |
Correct 32 bits test output.
config_rss
|
2018-05-08 |
Sjoerd Mullender |
Merge with default branch.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Use sizeof.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Merge with Mar2018 branch.
|
2018-05-08 |
Sjoerd Mullender |
Removed unneeded stable output.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Fix upgrade of tables and columns views.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Fix typo in name of deprecated function.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
We don't need to send multi-line queries to the server.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Fix upgrade of tables and columns views.
system-functions
|
2018-05-08 |
Panagiotis Koutsourakis |
Add new test for credentials
remote_auth
|