Skip to content

Commit e905abf

Browse files
committed
- New version of the java JdbcInterface
modified: storage/connect/JdbcInterface.class modified: storage/connect/JdbcInterface.java - Ignore *.tlog and .res files modified: .gitignore
1 parent 9a5c586 commit e905abf

File tree

3 files changed

+157
-78
lines changed

3 files changed

+157
-78
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Docs/INFO_SRC
2121
Makefile
2222
TAGS
2323
Testing/
24+
tmp/
2425
VERSION.dep
2526
configure
2627
client/async_example
@@ -115,6 +116,8 @@ scripts/wsrep_sst_mysqldump
115116
scripts/wsrep_sst_rsync
116117
scripts/wsrep_sst_xtrabackup
117118
scripts/wsrep_sst_xtrabackup-v2
119+
scripts/maria_add_gis_sp.sql
120+
scripts/maria_add_gis_sp_bootstrap.sql
118121
sql-bench/bench-count-distinct
119122
sql-bench/bench-init.pl
120123
sql-bench/compare-results
@@ -201,6 +204,7 @@ support-files/config.huge.ini
201204
support-files/config.medium.ini
202205
support-files/config.small.ini
203206
support-files/mariadb.pc
207+
support-files/mariadb@.service
204208
support-files/my-huge.cnf
205209
support-files/my-innodb-heavy-4G.cnf
206210
support-files/my-large.cnf
@@ -240,6 +244,8 @@ storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result
240244
*.exp
241245
*.dep
242246
*.idb
247+
*.res
248+
*.tlog
243249

244250
# Precompiled Headers
245251
*.gch

storage/connect/JdbcInterface.class

98 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)