1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-17 01:02:23 +03:00
Commit Graph

3637 Commits

Author SHA1 Message Date
Andrew Hutchings
ccca4e1347 MCOL-1885 Fix libmysql error handling
If an error occurs in mysql_real_query() it fell through and tried to
get a result set anyway. This caused the MariaDB error message to be
forgotten and a generic one returned instead.

This fix returns the query error message and also uses the int error
code for generic errors instead of casting it to an unsigned int.
2018-11-13 17:22:36 +00:00
Roman Nozdrin
37e7227e75 MCOL-1855 RENAME doesn`t work with tables whose names contains special or non-ASCII chars.
Alters ha_calpont_impl_rename_table_() to decode paths received from the server.
2018-11-12 15:29:06 +03:00
Patrick LeBlanc
9cf4f01a54 Merge pull request #617 from mariadb-corporation/1.2.1-merge-fix
fix merge issue in 1.2.1
columnstore-1.2.1
2018-11-09 14:47:53 -06:00
David Hill
e587adac36 fix merge issue in 1.2.1 2018-11-09 10:45:51 -06:00
Andrew Hutchings
f134f05771 Merge pull request #603 from mariadb-corporation/MCOL-1642
MCOL-1642 Add SQL command that shows Primary Front-End MariaDB Column…
2018-11-09 08:14:31 +00:00
Andrew Hutchings
fec9b90832 Merge pull request #616 from mariadb-corporation/1.1-merge-up-2018-11-08
Merge develop-1.1 into develop
2018-11-09 08:10:44 +00:00
Andrew Hutchings
85121060fb Merge branch 'develop-1.1' into 1.1-merge-up-2018-11-08 2018-11-08 18:39:44 +00:00
Andrew Hutchings
c452882a79 Merge pull request #606 from mariadb-corporation/MCOL-1776
MCOL-1776 Fix MCOL-1403 regression
2018-11-08 18:32:58 +00:00
Patrick LeBlanc
a2717bbdc3 Merge pull request #615 from mariadb-corporation/MCOL-520-bash
MCOL-520 remove debug bash -x
2018-11-08 12:17:45 -06:00
Patrick LeBlanc
f830955be9 Rescoped the tmpdir var, global -> class, in liboamcpp to fix a race. 2018-11-08 11:25:59 -06:00
David Hill
9be7210568 MCOL-520 remove debug bash -x 2018-11-07 20:33:12 -06:00
Patrick LeBlanc
1b0fbf654e Merge pull request #614 from mariadb-corporation/MCOL-520-1.2.1
MCOL - change to get buildbot to work
2018-11-07 19:42:51 -06:00
David Hill
d1a4ede32f MCOL-520 - fix buildbot startup issue 2018-11-07 14:51:19 -06:00
David Hill
9dedc8cc3e add bash -x to debug buildbot 2018-11-07 14:01:29 -06:00
David Hill
e508dd5629 tweaking post-install for buildbot 2018-11-07 13:23:06 -06:00
David Hill
da3d78de43 change to get tmp from config 2018-11-07 12:49:51 -06:00
David Hill
04ab8c04df MCOL - change to get buildbot to work 2018-11-07 11:27:41 -06:00
Patrick LeBlanc
8dc988d849 Merge pull request #607 from mariadb-corporation/MCOL-520
Mcol 520
2018-11-07 10:37:10 -06:00
David Hill
3727203b8f MCOL-520 - remove sudo for checking gluster log 2018-11-07 10:13:00 -06:00
David Hill
deba5d2a10 MCOL-520 - check storage type before unmount 2018-11-07 09:29:55 -06:00
David Hill
142f04aeeb MCOL-520 - change to only do sudo change to rc.local for non-root amazon 2018-11-07 09:01:22 -06:00
David Hill
f49ad9a4a1 MCOL-520 - move mysql_upgrade 2018-11-06 18:42:44 -06:00
David Hill
a3e78d6b63 MCOL-520 - move mysql_upgrade 2018-11-06 17:41:11 -06:00
benthompson15
efd71f9c8e Merge pull request #613 from mariadb-corporation/MCOL-1846
MCOL-1846 - change the getRegion command
2018-11-06 23:08:13 +00:00
David Hill
b090339cab MCOL-520 - move mysql_upgrade 2018-11-06 16:58:33 -06:00
David Hill
16e956db02 MCOL-520 - move mysql_upgrade 2018-11-06 16:35:44 -06:00
David Hill
5d04584704 MCOL-520 - changes for mysql_upgrade requiring password 2018-11-06 15:35:47 -06:00
David Hill
5dd8bbd634 MCOL-520 - moved mysql_upgrade to post-mysql-install 2018-11-06 12:10:51 -06:00
David Hall
06d1c9fcbe MCOL-1793 Handle transition of Window Frame from outside of Partition to inside part 2 2018-11-06 11:07:49 -06:00
David Hall
df6d97ca04 MCOL-1793 Handle transition of Window Frame from outside of Partition to inside 2018-11-06 10:48:37 -06:00
David Hall
1426b4d99b MCOL-1793-regr_* functions get wrong answer. Pretty up some code. 2018-11-06 10:30:38 -06:00
David Hall
e58c4c3381 MCOL-1793 remove commented experimental code 2018-11-06 10:16:34 -06:00
David Hall
d01fe36fdc MCOL-1793 Window functions return garbage if current row outside of window frame. 2018-11-06 10:11:45 -06:00
David.Hall
91a24e410f Merge pull request #612 from pleblanc1976/develop-1.1
MCOL-1654.  Querystats table creation broken.
2018-11-06 09:32:52 -06:00
David.Hall
86489a923f Merge pull request #611 from pleblanc1976/develop-1.0
MCOL-1654.  Querystats table creation broken.
2018-11-06 09:32:13 -06:00
David Hill
3289fd2483 MCOL-520 - fix speeling of MariaDB 2018-11-06 09:01:22 -06:00
David Hill
f46250112b MCOL-520 - change to exit on invalid command line argument 2018-11-06 08:59:18 -06:00
David Hill
8d2b28cc51 MCOL-520 - add mysql upgrade to single server install 2018-11-06 08:50:47 -06:00
Patrick LeBlanc
60fb620dcb MCOL-1654. Querystats table creation broken.
Escaped the ` chars to make the shell happy.

Conflicts:
	dbcon/mysql/install_calpont_mysql.sh
2018-11-06 08:00:08 -06:00
Patrick LeBlanc
a68caad9a2 MCOL-1654. Querystats table creation broken.
Escaped the ` chars to make the shell happy.
2018-11-06 07:57:44 -06:00
Patrick LeBlanc
36138b46d2 Merge pull request #610 from pleblanc1976/develop
MCOL-1654.  Querystats table creation broken.
2018-11-05 14:03:59 -06:00
Patrick LeBlanc
4fc5f3892c MCOL-1654. Querystats table creation broken.
Escaped the ` chars to make the shell happy.
2018-11-05 13:33:56 -06:00
Patrick LeBlanc
ed4ca2cdd7 Merge pull request #609 from mariadb-corporation/MCOL-521-b
MCOL-521 The mysql udf stub code for distinct_count()
2018-11-05 12:45:55 -06:00
David Hall
5a1c55bc2d MCOL-521 The mysql udf stub code for distinct_count() 2018-11-05 12:38:32 -06:00
David Hill
26774ecd90 MCOL-520 - add in extra comments 2018-11-05 12:35:12 -06:00
benthompson15
732a5ea92f Merge pull request #608 from mariadb-corporation/davidhilldallas-patch-1
update README
2018-11-05 16:52:06 +00:00
david hill
0ede8d923f update README
update the version
2018-11-05 10:44:27 -06:00
david hill
334a0d598a MCOL-1846 - change the getRegion command 2018-11-05 10:25:59 -06:00
Andrew Hutchings
dc9e3c0ee8 Merge pull request #591 from tntnatbry/MCOL-1786
MCOL-1786 Handle "true" keyword for numeric data types in cpimport
2018-11-05 10:04:37 +00:00
David Hill
19cc9197d0 Merge branch 'MCOL-520' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into MCOL-520 2018-11-04 22:50:37 -06:00