Show
Ignore:
Timestamp:
02/27/09 01:31:59 (13 months ago)
Author:
anarcat
Message:

small API change: do not include the db size in get_db_list(), which improves performance on big databases

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/changelog

    r2454 r2478  
    1717    * send an email on new account creation. the actual email needs to be 
    1818      configured through the AlternC variables for this to work. 
     19  * API changes 
     20    * m_mysql->get_db_list() doesn't include size anymore because this 
     21      is a major performance hit on MySQL < 5.1.22 if there are > 1000 
     22      databases on the system. This speeds up the AlternC login by about 
     23      30 seconds on Koumbit.org. 
    1924 
    2025 -- Antoine Beaupré <anarcat@koumbit.org>  Wed, 28 Jan 2009 19:52:46 -0500