MySQL++

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

40 check-ins using file test/query_copy.cpp or Wishlist version e3f928a53a

2018-07-18
21:01
DBDriver::shutdown() now executes a SHUTDOWN query on MySQL 8.0.0 and higher due to removal of the C API function mysql_shutdown() in that release. They put it back in 8.0.1, but only due to end-user complaints, and they say it'll go away for good eventually, so we prefer to deploy and test this workaround before then. check-in: b238cd34c2 user: tangent tags: trunk
2018-07-12
21:21
Experimental fix for [eab08a87ed]: copy the list of successfully applied connection options when cloning a Connection and its underlying DBDriver so that the copy gets the same options. We currently only do this when the other connection was up at the time of cloning, but we might be swayed to change this behavior. Leaf check-in: de38699272 user: tangent tags: reapply-conn-opts-on-clone
20:05
Conditionally using std::unique_ptr instead of auto_ptr on C++11 and newer versions of g++ and clang++ to avoid the warning about using a deprecated feature. Closes [97f62ef016]. check-in: 08496d4b48 user: tangent tags: trunk
19:49
Created the MAY_THROW() macro which allows conditional throwspecs: old-style for ABI compatibility on C++14 and older versions of g++ and clang++, and new-style on C++17 and newer versions of those compilers. We'll have to expand the ifdef logic on the definition of this macro for other compilers eventually, as we learn of ones that refuse to accept throwspecs. Closes [8395aa91d1]. check-in: 799b4851e5 user: tangent tags: trunk
18:35
"make dist" now uses the -h option with tar to dereference any symlinks in the dist tree, so the machine the tarball is unpacked on doesn't have to have the target files. This closes [f0505cba03] where ltmain.sh at the top level may point at a file on the target machine that doesn't exist, requiring a re-bootstrap on that system to fix the link. check-in: ce2fefae8a user: tangent tags: trunk
18:22
Replaced a couple of uses of Bash's brace expansion feature (e.g. *.{cpp,h}) with more portable "for" loops. Without this fix, you can't build the release tarball on systems without Bash as /bin/sh, such as Debian. check-in: fd1e56fe82 user: tangent tags: trunk
18:10
Added doc/userman/LICENSE.txt and .../README.txt. These got left out of the conversion from tarballs to Fossil because of a rule excluding doc/userman/*.txt, most of which are plain text versions of examples/*.cpp, which are generated. check-in: 91123f0fa3 user: tangent tags: trunk
18:01
Whitespace normalization in mysql++.bkl. check-in: 1631f48573 user: tangent tags: trunk
17:50
Added a few files left out of the initial checkin sequence converting the repository to Fossil: they are in subdirectories of doc/ that normally contain generated content, but they are in fact original content. check-in: 41c20505a8 user: tangent tags: trunk
17:33
Removed bk-deps from the tree: this is generated by Bakefile during bootstrapping. check-in: 115666e2a7 user: tangent tags: trunk
17:32
Updated ssx/Doxyfile.in in the same way as we just did for lib/Doxyfile.in. check-in: 90709866a6 user: tangent tags: trunk
17:25
Removed two configuration lines from lib/Doxyfile.in that cause newer versions of doxygen to refuse to process the file. We were using the defaults for these, so this won't hurt backwards compatibility. check-in: 158fed1f2c user: tangent tags: trunk
16:53
Modified the ifdefs for four libmysqlclient options that were removed from MySQL 8.0.1 but have not yet been removed in MariaDB. The end user effect is that setting the connection options that no longer exist cause a run-time API error if you are not running a version of libmysqlclient that understands these options. check-in: 5767708cd6 user: tangent tags: trunk
2018-05-02
14:34
Removed "register" qualifiers from all variable declarations. It's deprecated in C++11 and C++14 and is now illegal in C++17. Closes [648dafd5ed]. check-in: 78fc2ae13b user: tangent tags: trunk
2017-11-23
01:06
Added some SSQLSv2 testing files present in previous svn repo but not in tarballs, thus not restored in Fossil conversion, which prevented dtest from running to completion. Since SSQLSv2 has never been completed, this is purely annoying rather than actually important. check-in: 143985738d user: tangent tags: trunk
00:51
Removed the redundant library removal bit on config/mysql_loc.m4. If triggered, it causes bare -L flags to be put into Makefile.in, which isn't likely to work out well. I don't recall this being *required* anywhere; it looks like overzealous cleanup. check-in: a8184428f3 user: tangent tags: trunk
00:45
If the C API library is in one of the linker's default paths and the first directory the mysql_loc macro searched for the library doesn't exist, it would use that in the -L flag since the link succeeded with that first try. Some linkers (e.g. current macOS) then complain about a bogus -L flag, even though the link succeeds. We now skip the test for directories that don't exist, so that we exit that loop in such cases with one of the bog standard directories like /usr/lib, which exists everywhere. check-in: f2533e5ac5 user: tangent tags: trunk
00:34
No longer #including mysql_version.h ahead of mysql.h in lib/common.h. It causes a warning in newer C API libraries, and we didn't really need to do it anyway. check-in: 80288634c8 user: tangent tags: trunk
2017-09-08
18:29
Removed config.h.in. It's generated by autoheader. check-in: 9f0c045c5c user: tangent tags: trunk
18:28
Removed Makefile.{mingw,simple}, also generated by Bakefile check-in: d37b3b274f user: tangent tags: trunk
18:25
Removed config/autoconf_inc.m4. This macro is generated by Bakefile, not something we wrote. check-in: 2e6be82f2e user: tangent tags: trunk
17:40
Applied an external patch by Augusto Caringi of Red Hat fixing a build issue against MariaDB 10.2.6 due to removal of an obsolete macro. Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1471139 check-in: e5f2c3d83f user: tangent tags: trunk
2017-07-04
23:49
Whitespace fix check-in: 05b3f02f21 user: tangent tags: trunk
2017-07-02
01:01
More HACKERS.md tweaks check-in: 527db19b91 user: tangent tags: trunk
00:57
Style tweaks check-in: 5cdb9a2740 user: tangent tags: trunk
00:52
URL fix check-in: ca5c575737 user: tangent tags: trunk
00:48
Replica of the last checkin to the old Subversion repository, r2790, which is the only difference between it and what we shipped as MySQL++ 3.2.3. This is intended to fix a problem in 2-paramter template queries noted by Zhuang Yan <zhuangyan-stone@hotmail.com> on the mailing list, but he later claimed it didn't help, thus the checkin on a branch. It does do what we expect with trivial modifications to one of the examples, so we need to investigate this before releasing it to avoid any behavior regression. The OP claims we need to be comparing parse_elems_.size() to 1 here, but that makes no sense. Leaf check-in: 37816fcdf7 user: tangent tags: 2-param-tquery-fix
00:37
Tweaked Cygwin setup links in HACKERS.md check-in: 5d2c75aaee user: tangent tags: trunk
00:34
Assorted tweaks to HACKERS.md. check-in: 00b2c6c61f user: tangent tags: trunk
00:25
Added a link to the Fossil Quick Start guide to our HACKERS.md file check-in: 4ed7917bb6 user: tangent tags: trunk
00:24
Added links to the official Fossil binaries and to the build-from-source instructions in the Fossil project's wiki. check-in: a652f8068d user: tangent tags: trunk
00:20
Noted the requirement for Fossil 2.1 or higher in HACKERS.md check-in: 0eaadf0784 user: tangent tags: trunk
00:18
Explained why we check the Fossil clone out into a new subdirectory in the HACKERS.md file. check-in: 7858004a5c user: tangent tags: trunk
00:17
Moved the discussion of the abridged version history since migrating to Fossil from the HACKERS.md file to a new wiki article, "Abridged Version History". check-in: c67a0e295f user: tangent tags: trunk
2017-06-29
02:51
Polishing pass on the new Markdown formatted HACKERS.md file check-in: 7f273157ef user: tangent tags: trunk
02:02
First pass at converting HACKERS.txt to Markdown and updating it for the new Fossil world. check-in: bd2534c87f user: tangent tags: trunk
2017-06-28
22:27
Added tools/tarballs-to-fossil, the Bash script used to convert the archive of MySQL++ tarballs to Fossil major-version checkins on the new Fossil repository. This is checked in after hopefully becoming obsolete by way of documenting how the conversion was performed. This checkin also includes tools/tb-ignore-glob, the "fossil addremove --ignore" rule set used by the script, which documents which files were filtered out of the tarballs: basically, any file that could be generated from one of the other files that were checked in for that major version. Because this list could be overly "grabby," particularly for older releases (e.g. "Makefile" in the pre-Autoconf and pre-Bakefile worlds) and because modern systems may not always be able to recreate generated files from the more antiquated sources in any case, the tarballs will remain the primary data sources. check-in: 80e1f8335a user: tangent tags: trunk
2016-12-30
23:44
Version 3.2.3 check-in: ec5f1253fc user: tangent tags: trunk, v3.2.3
2015-03-19
00:55
Version 3.2.2 check-in: cbb7f4d908 user: tangent tags: trunk, v3.2.2
2013-12-10
20:54
Version 3.2.1 check-in: 29ab32017a user: tangent tags: trunk, v3.2.1