Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed May 8, 2024
1 parent 4796140 commit e393ee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/org/jgroups/protocols/JDBC_PING2.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public class JDBC_PING2 extends FILE_PING {
protected String connection_driver;

@Property(description="If not null, this SQL statement will be performed at startup. Customize it to create the " +
"needed table on those databases which permit table creation attempt without losing data, such as PostgreSQL and " +
"MySQL (using IF NOT EXISTS). To allow for creation attempts, errors performing this statement will be logged"
"needed table. To allow for creation attempts, errors performing this statement will be logged"
+ "but not considered fatal. To avoid any creation, set this to null.")
protected String initialize_sql=
"CREATE TABLE " + table_name + " (" +
Expand Down

0 comments on commit e393ee6

Please sign in to comment.