Oleksandr Byelkin
|
f5c5f8e41e
|
Merge branch '10.5' into 10.6
|
2022-02-03 17:01:31 +01:00 |
|
Vladislav Vaintroub
|
47e18af906
|
MDEV-27494 Rename .ic files to .inl
|
2022-01-17 16:41:51 +01:00 |
|
Daniel Black
|
9a08fcbf60
|
.gitattributes - correct language detection
Attempting to sign up to https://bestpractices.coreinfrastructure.org/en/projects
complains with "Implementation languages is too long (maximum is 254 characters)"
Looking at:
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/MariaDB/server/languages
It does appear that we're (just) over the limit.
As github is based on https://github.com/github/linguist, let's just
play nice and make our languages look realistic.
|
2021-01-15 18:29:35 +11:00 |
|
Sergei Golubchik
|
9989c26bc9
|
Merge branch '10.0' into 10.1
|
2018-05-05 14:01:59 +02:00 |
|
Sergei Golubchik
|
5ae2656b69
|
Squashed commit of connect/10.0:
commit c545d544378483bf68c4fb713cd4ec872d0df2c4
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Tue Mar 27 23:13:14 2018 +0200
- Fix MDEV-15577 CONNECT engine JDBC remote index prevents UPDATE
Fixed in TDBJDBC::OpenDB because query can be null for updates
modified: storage/connect/tabjdbc.cpp
commit c4f1fe2e8e74566e9c3296f435448d9f5c718b23
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Wed Mar 14 12:21:17 2018 +0100
- Fix MDEV-15429 CONNECT engine JDBC handling Postgresql UUID type
Also handle Postgresql sending type VARCHAR for TEXT column and
setting length to b x7FFFFFF when the length is unknown.
modified: storage/connect/Client.java
modified: storage/connect/JavaWrappers.jar
modified: storage/connect/JdbcInterface.java
modified: storage/connect/PostgresqlInterface.java
modified: storage/connect/global.h
modified: storage/connect/ha_connect.cc
modified: storage/connect/jdbconn.cpp
modified: storage/connect/jdbconn.h
modified: storage/connect/mysql-test/connect/r/jdbc_postgresql.result
modified: storage/connect/mysql-test/connect/t/jdbc_postgresql.test
modified: storage/connect/mysql-test/connect/t/jdbconn.inc
modified: storage/connect/plgdbsem.h
modified: storage/connect/tabjdbc.cpp
modified: storage/connect/tabjdbc.h
added: storage/connect/mysql-test/connect/std_data/JavaWrappers.jar
commit 3068bb4882a316c6c32c624609db2bf24ae3ad40
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Mon Feb 26 19:40:27 2018 +0100
Revert to old cmake file to avoid compile error
commit da8c1c0bd6a327fd03bd321be3170f468122ef67
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Mon Feb 26 16:13:39 2018 +0100
- Remove warning on not used tabtyp variable in connect_assisted_discovery
modified: storage/connect/ha_connect.cc
- Fix a bug causing CONNECT to loop when expanding a JSON column
when the expanded column value is null or void array.
- Adding the FullArray option to JSON tables.
- Skipping expanded JSON lines when the expanded column value is null.
modified: storage/connect/connect.cc
modified: storage/connect/tabdos.h
modified: storage/connect/tabjson.cpp
modified: storage/connect/tabjson.h
- Fix MDEV-13353 No file privilege for ODBC, JDBC, MONGO, MAC, WMI file types.
modified: storage/connect/ha_connect.cc
- Make some Json UDFs to accept a non JSON item as 1st parameter.
modified: storage/connect/json.cpp
modified: storage/connect/json.h
modified: storage/connect/jsonudf.cpp
modified: storage/connect/jsonudf.h
- Update Json UDF tests to cope with above changes.
modified: storage/connect/mysql-test/connect/r/json_udf.result
modified: storage/connect/mysql-test/connect/r/json_udf_bin.result
modified: storage/connect/mysql-test/connect/r/vcol.result
modified: storage/connect/mysql-test/connect/t/json_udf.test
modified: storage/connect/mysql-test/connect/t/vcol.test
- Fix some compiler warning treated as error
PlugSubAlloc no more exported because it does throw.
modified: storage/connect/global.h
modified: storage/connect/ha_connect.cc
modified: storage/connect/jsonudf.cpp
modified: storage/connect/tabjson.cpp
modified: storage/connect/tabjson.h
- Other files modified (?) when going back to wrong merge
modified: storage/connect/CMakeLists.txt
modified: storage/connect/array.cpp
modified: storage/connect/colblk.cpp
modified: storage/connect/connect.cc
modified: storage/connect/csort.cpp
modified: storage/connect/domdoc.cpp
modified: storage/connect/filamap.cpp
modified: storage/connect/filamgz.cpp
modified: storage/connect/filamtxt.cpp
modified: storage/connect/filamzip.cpp
modified: storage/connect/filter.cpp
modified: storage/connect/fmdlex.c
modified: storage/connect/jdbconn.cpp
modified: storage/connect/macutil.cpp
modified: storage/connect/myconn.cpp
modified: storage/connect/odbconn.cpp
modified: storage/connect/plgdbutl.cpp
modified: storage/connect/plugutil.cpp
modified: storage/connect/preparse.h
modified: storage/connect/rcmsg.c
modified: storage/connect/rcmsg.h
modified: storage/connect/reldef.cpp
modified: storage/connect/tabdos.cpp
modified: storage/connect/tabfmt.cpp
modified: storage/connect/tabmac.cpp
modified: storage/connect/tabmul.cpp
modified: storage/connect/tabmysql.cpp
modified: storage/connect/tabmysql.h
modified: storage/connect/tabodbc.cpp
modified: storage/connect/tabtbl.cpp
modified: storage/connect/tabxml.cpp
modified: storage/connect/value.cpp
modified: storage/connect/xobject.cpp
commit 5095628b31ed8c94bd7c794c6b0162894a9040b1
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Tue Feb 13 14:29:00 2018 +0100
- Fix a bug causing CONNECT to loop when expanding a JSON column
when the expanded column value is null or void array.
- Adding the FullArray option to JSON tables.
- Skipping expanded JSON lines when the expanded column value is null.
modified: storage/connect/connect.cc
modified: storage/connect/tabdos.h
modified: storage/connect/tabjson.cpp
modified: storage/connect/tabjson.h
commit 9896174328da42016735630c893fd09eb128b48e
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Fri Feb 2 15:48:57 2018 +0100
- Remove warning on not used tabtyp variable in connect_assisted_discovery
modified: storage/connect/ha_connect.cc
commit d7e254c05f88173eb04d8dafc813013eb42ccdbe
Author: Olivier Bertrand <bertrandop@gmail.com>
Date: Wed Jan 31 14:42:45 2018 +0100
- Use delayed load for the MongoDB C Drive on Windows
modified: storage/connect/CMakeLists.txt
modified: storage/connect/cmgoconn.cpp
modified: storage/connect/ha_connect.cc
- Add FORCE to the connect_type_conv enum values
This will translate binary values to TYPE_STRING
modified: storage/connect/checklvl.h
modified: storage/connect/ha_connect.cc
modified: storage/connect/odbconn.cpp
- Change the connect_xtrace variable to from int to set
modified: storage/connect/array.cpp
modified: storage/connect/blkfil.cpp
modified: storage/connect/block.h
modified: storage/connect/cmgoconn.cpp
modified: storage/connect/colblk.cpp
modified: storage/connect/connect.cc
modified: storage/connect/filamap.cpp
modified: storage/connect/filamdbf.cpp
modified: storage/connect/filamfix.cpp
modified: storage/connect/filamgz.cpp
modified: storage/connect/filamtxt.cpp
modified: storage/connect/filamvct.cpp
modified: storage/connect/filamzip.cpp
modified: storage/connect/filter.cpp
modified: storage/connect/global.h
modified: storage/connect/ha_connect.cc
modified: storage/connect/inihandl.cpp
modified: storage/connect/javaconn.cpp
modified: storage/connect/jdbconn.cpp
modified: storage/connect/jmgfam.cpp
modified: storage/connect/jmgoconn.cpp
modified: storage/connect/json.cpp
modified: storage/connect/jsonudf.cpp
modified: storage/connect/libdoc.cpp
modified: storage/connect/mongo.cpp
modified: storage/connect/mycat.cc
modified: storage/connect/myconn.cpp
modified: storage/connect/odbconn.cpp
modified: storage/connect/plgdbutl.cpp
modified: storage/connect/plugutil.cpp
modified: storage/connect/reldef.cpp
modified: storage/connect/tabcol.cpp
modified: storage/connect/tabdos.cpp
modified: storage/connect/tabext.cpp
modified: storage/connect/tabfix.cpp
modified: storage/connect/tabfmt.cpp
modified: storage/connect/tabjdbc.cpp
modified: storage/connect/tabjson.cpp
modified: storage/connect/table.cpp
modified: storage/connect/tabmul.cpp
modified: storage/connect/tabmysql.cpp
modified: storage/connect/tabodbc.cpp
modified: storage/connect/tabpivot.cpp
modified: storage/connect/tabsys.cpp
modified: storage/connect/tabtbl.cpp
modified: storage/connect/tabutil.cpp
modified: storage/connect/tabvct.cpp
modified: storage/connect/tabwmi.cpp
modified: storage/connect/tabxml.cpp
modified: storage/connect/user_connect.cc
modified: storage/connect/valblk.cpp
modified: storage/connect/value.cpp
modified: storage/connect/xindex.cpp
- Restore connect_enable_mongo variable (but undocumented)
modified: storage/connect/ha_connect.cc
modified: storage/connect/mycat.cc
modified: storage/connect/mysql-test/connect/r/json_java_2.result
modified: storage/connect/mysql-test/connect/r/json_java_3.result
modified: storage/connect/mysql-test/connect/r/json_mongo_c.result
modified: storage/connect/mysql-test/connect/r/mongo_c.result
modified: storage/connect/mysql-test/connect/r/mongo_java_2.result
modified: storage/connect/mysql-test/connect/r/mongo_java_3.result
modified: storage/connect/mysql-test/connect/r/tbl_thread.result
modified: storage/connect/mysql-test/connect/t/mongo.inc
modified: storage/connect/mysql-test/connect/t/mongo_test.inc
modified: storage/connect/mysql-test/connect/t/tbl_thread.test
|
2018-04-26 14:15:18 +02:00 |
|
Sergei Golubchik
|
736f821c42
|
Merge branch 'connect/10.1' into 10.1
|
2016-06-28 22:12:50 +02:00 |
|
Olivier Bertrand
|
f8bc587c1a
|
Merge branch '10.1' of https://github.com/MariaDB/server into ob-10.1
|
2016-05-22 14:49:14 +02:00 |
|
Olivier Bertrand
|
bbdeb911b8
|
- Add the JdbcInterface.java to the project
added: storage/connect/JdbcInterface.java
- Add *.java to be handled
modified: .gitattributes
|
2016-04-27 12:57:27 +02:00 |
|
Olivier Bertrand
|
9c6405fefa
|
Commit resolved conflicts
|
2015-09-18 18:39:08 +02:00 |
|
Sergei Golubchik
|
772c3f3702
|
.gitattributes: pcre/testdata/greppatN4 -text
|
2015-08-01 17:48:41 +02:00 |
|
Sergei Golubchik
|
810cf362ea
|
Merge branch '5.5' into 10.0
|
2015-06-11 20:20:35 +02:00 |
|
Olivier Bertrand
|
7482f073ae
|
Commit od last modifications made for version 10.0
|
2015-06-06 19:23:06 +02:00 |
|
Olivier Bertrand
|
f8fa5fe1bc
|
Commit merge resolve
|
2015-06-05 23:24:39 +02:00 |
|
Sergei Golubchik
|
9a3b975da6
|
Merge branch '5.5' into bb-5.5-serg
|
2015-06-05 09:51:17 +02:00 |
|
Alexander Barkov
|
08fa02cf22
|
Some MYD files (e.g. in mysql-test/std_data) could erroneously be
treated by git as text files.
Marking all MyISAM files as binary in .gitattributes: (*.frm, *.MYD, *.MYI)
|
2015-06-04 18:51:30 +04:00 |
|
Sergei Golubchik
|
934a18daec
|
.gitattributes: *.dat files should not be CRLF converted
|
2015-06-03 19:42:34 +02:00 |
|
Vicentiu Ciorbaru
|
5ae8d06df4
|
Update .gitattributes
|
2015-05-08 17:27:41 +03:00 |
|
Vicentiu Ciorbaru
|
23b2b95f80
|
Update .gitattributes
|
2015-05-08 17:19:06 +03:00 |
|
Vicentiu Ciorbaru
|
6ef3c7d93e
|
Updated .gitattributes
|
2015-05-08 17:09:45 +03:00 |
|
Sergei Golubchik
|
c1b07ff9b7
|
update .gitattributes
|
2015-05-08 11:56:48 +02:00 |
|
Olivier Bertrand
|
48a77e6188
|
Make this repository aligned with 10.0 one
|
2015-04-05 14:03:35 +02:00 |
|
Olivier Bertrand
|
57aaccef52
|
- Adding files to ignore from C C++ and Visual Studio
- Making result files to be ended by LF to avoid test failures
|
2015-03-16 17:37:00 +01:00 |
|
Sergei Golubchik
|
63108dc9d2
|
Fix the tree to work in git. Backport corresponing 10.1 changes.
|
2015-02-10 12:26:21 +01:00 |
|
Sergei Golubchik
|
f883f3ef86
|
git: ignore errmsg.sys and typescript, better diff header for C/C++ files
|
2014-08-27 21:25:06 +02:00 |
|