Commit Graph

4736 Commits

Author SHA1 Message Date
7a9be262af Update binlog documentation.
Minor stylistic changes.
2015-12-07 15:30:51 +02:00
4b625567d3 Ensure that calculated length is an integer. 2015-12-07 15:19:34 +02:00
a67a637b11 Ensure that calculated length is an integer. 2015-12-07 15:12:32 +02:00
f1add00ae4 Merge branch 'release-1.3.0' into doc_fixes 2015-12-07 14:41:30 +02:00
b8cbc4e3ae Fix set_user prototype. 2015-12-07 14:15:14 +02:00
6870d77acb Fix set_user prototype. 2015-12-07 14:14:42 +02:00
b5a873d411 Update logging documentation
Update documention according to new logging changes.
2015-12-07 13:40:54 +02:00
e9fcb76b02 Added missing PCRR2 documentation to regexfilter.
The regexfilter was missing the documentation for the PCRE2 changes.
2015-12-06 11:00:04 +02:00
14df148243 Added a section about PCRE2 integration
The integration of the PCRE2 library into the regexfilter caused the
substitution rules to change now that it actually works and this needed
to be mentioned in the release notes.

Also fixed some minor things like links.
2015-12-06 10:42:05 +02:00
a04389fc3b Added missing comment to check_links.sh
There were no comments in the script and the purpose of it wasn't clear.
2015-12-04 20:50:56 +02:00
f62ff4c551 Fixed spelling mistake in usage output.
Path was spelled as apth.
2015-12-04 17:47:14 +02:00
da572449c8 Added script which checks cross-document links
Added a script which reads all .md files and checks if the links are valid.
Also corrected two mistakes found by this script.
2015-12-04 12:50:53 +02:00
436bf0fc47 Fixed spelling mistake in usage output.
Path was spelled as apth.
2015-12-04 12:37:01 +02:00
16d53f0eb1 Fixed missing link.
The link in the read/write tutorial was missing the link to the maxadmin document.
2015-12-04 12:27:20 +02:00
9d4882aa75 Fixed odd reference to multiple documents.
The MaxScale and Master/Slave replication tutorial mentioned multiple documents even through there is only one.
2015-12-04 12:24:14 +02:00
23741b1a7f Removed duplicates from MySQL-Replication tutorials
Both of the tutorials had the same text in them that is now found in the
MaxScale-and-Master-Slave-Replication.md document.
2015-12-04 12:13:54 +02:00
2fada07ac3 Cleaned up MaxScale-and-Master-Slave-Replication.md
The document had minor faults in it such as unclear text and odd formatting.
2015-12-04 12:05:00 +02:00
00fadc9ec2 Added tutorial for setting up MaxScale
This was a common part of all the tutorials and can be moved to its own document.
2015-12-04 11:59:34 +02:00
f850565ff2 Binlog router section added
Binlog router section added
2015-12-04 10:22:53 +01:00
3957388205 Removed references to old section.
The Protocol section is now a part of the listener section so the references to it were broken.
The need for the text about module load paths isn't necessary anymore and it described with the
`libdir` parameter documentation.
2015-12-03 17:19:39 +02:00
e53a3fbaf6 Moved table of contents before terms
This way users can see the ToC when the configuration guide is first loaded.
2015-12-03 17:17:47 +02:00
afd3f5291c Added binlogrouter to configuration guide
After cherry-picking the binlogrouter document, it needed to be added to the
configuration guide.
2015-12-03 17:15:24 +02:00
e2dd969d7c Added binlogrouter documentation
The binlogrouter now has its own document in the Routers folder.
2015-12-03 17:12:38 +02:00
5d7b815f6b Added binlogrouter documentation
The binlogrouter now has its own document in the Routers folder.
2015-12-03 17:10:46 +02:00
03b0f87257 Added MaxScale version numbers into the CMake cache
This will allow custom version numbers without modifying the source code.
2015-12-03 16:16:56 +02:00
c78bdeacb9 Create 1.3.0 release note. 2015-12-03 15:07:02 +02:00
406a51f824 Create 1.3.0 release note. 2015-12-03 15:01:09 +02:00
5fc4f4913b Removed dpkg-shlibdeps part from DEB package building
The dpkg-shlibdebs was causing the Debian based systems to fail when the package
was being made. This makes the package builds work again.
2015-12-03 15:00:18 +02:00
350584ee28 Removed dpkg-shlibdeps part from DEB package building
The dpkg-shlibdebs was causing the Debian based systems to fail when the package
was being made. This makes the package builds work again.
2015-12-02 18:58:06 +02:00
d6afe70c6f Fix to MXS-323: Routers properly handle client DCB errors
All routers now detect if a client DCB is passed to handleError and
take the appropriate action.
2015-12-02 18:01:14 +02:00
8e9f79fa42 Cleaned up Configuration Guide
Removed duplicates and moved parts of the CLI and Debug CLI documents to their own files.
2015-12-02 15:39:05 +02:00
93f10fdb7b Formatted query_classifier
Query_classifier formatted according to the style guide.
2015-12-02 13:36:51 +02:00
9da0c206bb Added missing brackets
Some curly braces were missing from readconnroute and some function declarations
were misaligned.
2015-12-02 13:36:18 +02:00
45abfeec2c Fix to MXS-494: Fixed readconnroute weight calculation
The calculation of weights used the actual amount of connections instead of
actual amount of connections + 1. This lead to the weight being effectively
ignored for servers with no connections.
2015-12-02 13:36:18 +02:00
91eba965fc Formatted readconnroute
Formatted readconnroute files according to the style guide.
2015-12-02 13:36:18 +02:00
7119ed817d Transaction safety default is off in binlog router
Transaction safety default is off in binlog router
2015-12-02 11:18:12 +01:00
1b1958ca4f Fixed spelling mistakes and cleaned up documentation
Various documents had minor problems in them that needed cleaning up.
2015-12-02 11:17:39 +02:00
d054cb1595 Correct logic errors in bitmask_set and extend initial/increment size to reduce likelihood of any risk of realloc failure. 2015-12-01 15:16:12 +00:00
5410f08578 Moved peristent connection parameters to the right section
The parameter documentation was in the listener section instead of the server
section.
2015-12-01 12:22:47 +02:00
2e127ef38e Fix to MXS-429: Missing parameter no longer causes a crash
If a server is missing a weighting parameter the default weight will be used.
2015-12-01 12:22:47 +02:00
1c1d4b205a Merge branch '1.2.1-binlog_router_trx' into develop 2015-12-01 09:37:47 +01:00
74bb291961 Reindent server/core/monitor.c 2015-12-01 09:40:07 +02:00
b2dd24ada3 Reindent server/core/utils.c 2015-12-01 09:32:31 +02:00
fbecf128dd Reindent server/core/users.c 2015-12-01 09:29:52 +02:00
8bbc3e8086 Reindent server/core/thread.c 2015-12-01 09:29:03 +02:00
a95be21266 Reindent of server/core/spinlock.c 2015-12-01 09:28:19 +02:00
15df33a93f Reindent server/core/session.c 2015-12-01 09:26:26 +02:00
8601068dc2 Reindent server/core/service.c 2015-11-30 21:25:10 +02:00
6367ac7148 Changed log level for up to date transition
Changed log level for up to date transition
2015-11-30 19:23:36 +01:00
ed06d4f14c Reindent server/core/server.c 2015-11-30 19:47:29 +02:00