[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-1584-g18511f8

Git Repo Owner noreply at mythtv.org
Sun Jun 8 23:21:48 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  18511f814933c5f4494f4afd97f159ef2e3bdeed (commit)
       via  8b808be5c0cff21a2b05e04eaee908ef2cc005ad (commit)
      from  07b52f85fc35381ba3487b651913b5fa46916ef9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 18511f814933c5f4494f4afd97f159ef2e3bdeed
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Jun 2014 22:56:58 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Jun 2014 23:09:26 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=18511f814933c5f4494f4afd97f159ef2e3bdeed

Enable forward-only cursors with all prepared database connections.
QT docs indicate that there are significant speed ups and a reduction
in memory usage by enabling forward-only cursors. Since mysql only
supports forward only cursors QT must cache the entire result set in
memory in order to support bi-directional iteration and seeking. By
explicitly telling QT that we only care about iterating forward
through the result set QT can avoid this caching.

Unconditionally enable this since all existing uses of the database
iterate forward over the result set.



commit 8b808be5c0cff21a2b05e04eaee908ef2cc005ad
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Jun 2014 23:09:01 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Jun 2014 23:09:26 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8b808be5c0cff21a2b05e04eaee908ef2cc005ad

Fix a URL I missed in the Channel Editor. Also fix the broken link to the Channel Icon.



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

Summary of changes:
 mythtv/html/setup/js/channeleditor.js |    9 +++------
 mythtv/libs/libmythbase/mythdbcon.cpp |    7 +++++++
 2 files changed, 10 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-commits mailing list