Markus Mäkelä
cf4724d128
MXS-2265: Fix formatting of the zero timestamp
...
The UNIX timestamp 0 should be treated as a special value and must be
interpreted as 0-00-00 00:00:00 instead of 1970-01-01 00:00:00.
2019-02-06 12:11:06 +02:00
Niclas Antti
c447e5cf15
Uncrustify maxscale
...
See script directory for method. The script to run in the top level
MaxScale directory is called maxscale-uncrustify.sh, which uses
another script, list-src, from the same directory (so you need to set
your PATH). The uncrustify version was 0.66.
2018-09-09 22:26:19 +03:00
Johan Wikman
ab9a9f92cb
MXS-2020 Remove maxscale/debug.h
...
- Removed from all files.
- maxbase/assert.h included where necessary.
2018-08-22 11:35:35 +03:00
Johan Wikman
3f53eddbde
MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]
2018-08-22 11:34:59 +03:00
Johan Wikman
cf0aeed516
MXS-2014 Rename log_manager.h to log.h
...
There's nothing resembling a manager anymore.
2018-08-17 10:59:37 +03:00
Johan Wikman
cc0299aee6
Update change date of 2.3
2018-06-25 10:07:52 +03:00
Markus Mäkelä
e9dee55245
Fix improper use of the metadata pointer
...
The value was unconditionally dereferenced even if the data type did not
have metadata. In this case the pointer would point to unallocated memory
which can lead to a crash.
2018-06-08 12:18:12 +03:00
Markus Mäkelä
3dfb972d87
Merge branch '2.1' into 2.2
2018-01-30 16:28:11 +02:00
Markus Mäkelä
0afe10ffb9
Merge branch '2.1' into 2.2
2018-01-16 09:47:49 +02:00
Markus Mäkelä
ff6bed6aeb
Merge branch '2.1' into 2.2
2017-12-21 12:25:26 +02:00
Johan Wikman
f546a17e77
Update change date of 2.2
2017-06-01 10:24:20 +03:00
Markus Mäkelä
322983a5f4
Merge branch '2.1' into develop
2017-05-17 13:48:52 +03:00
Johan Wikman
1e3e09f81c
Compile mysql_binlog and mysql_utils as C++
2017-03-24 11:14:07 +02:00