Issue information

Issue ID
#3317
Status
Needs more Info
Severity
Low
Started
Hercules Elf Bot
Jul 1, 2009 5:48
Last Post
Hercules Elf Bot
Jan 23, 2012 5:15
Confirmation
N/A

Hercules Elf Bot - Jul 1, 2009 5:48

Originally posted by [b]BrianL[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3317

In [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/inter_athena.conf"]inter_athena.conf[/url], there are settings to allow custom SQL table names.
There are settings for all tables in the "ragnarok" database except:

[code]homunculus
ipbanlist
login
mercenary
mercenary_owner
ragsrvinfo
skill_homunculus
sstatus[/code]

Also, the 'loginlog' table was moved to the "log" database, but it still has a config.
We could leave it as is, or for consistency remove the 'loginlog' config (or add all the log tables).

This post has been edited by Brian on Jan 23, 2012 19:27

Hercules Elf Bot - Dec 14, 2011 7:17

Originally posted by [b]Xantara[/b]
Confirmed. Additionally, table [b]item_db_re[/b] should also have this custom setting.

Hercules Elf Bot - Dec 14, 2011 21:16

Originally posted by [b]Ind[/b]
Added item_db_re rename support from inter_athena.conf in [rev=15114]

Hercules Elf Bot - Jan 13, 2012 7:54

Originally posted by [b]Xantara[/b]
I've finished all that was needed but I have a question regarding sstatus.

The table [b]sstatus [/b]is no longer supported according to [rev=12491]
However, the changeset said 'to be resolved later', what does that mean? Should the SVN actually support it or can this table just be taken out of the main.sql file?

-----------------------------------

PS.
The table name for [b]ipbanlist [/b]can be set in the [i]trunk/conf/login_athena.conf[/i] file under the setting [i]ipban.sql.ipban_table[/i]

The table name for [b]login [/b]can be set in the [i]trunk/conf/login_athena.conf[/i] file under the setting [i]account.sql.account_db[/i]

[b]All log table[/b] names can be set in [i]trunk/conf/log_athena.conf[/i]. [b]Loginlog [/b]is a special case since it has to be dealt with on login - the placing of the setting is just incorrect (it should be a few lines up with the other log settings).

This post has been edited by Brian on Jan 23, 2012 19:27

Hercules Elf Bot - Jan 23, 2012 5:15

Originally posted by [b]Xantara[/b]
All except sstatus (see above) have been added for renaming in [rev=15508]