<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.groupware.mira.devel">
    <title>gmane.comp.groupware.mira.devel</title>
    <link>http://blog.gmane.org/gmane.comp.groupware.mira.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1691"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1690"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1689"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1688"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1687"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1686"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1685"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1681"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1680"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1676"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1675"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1673"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1672"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1671"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1669"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1668"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1667"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1666"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1664"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1663"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1691">
    <title>MySQL Multi-threaded</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1691</link>
    <description>&lt;pre&gt;Hello All,

I have continued to work on the MySQL multi-threaded issue but still no resolution.  It works fine single-threaded (meaning  setting the number of server threads to 1 in mira.conf).


I am convinced it has nothing to do with using prepared statements.  This leaves either MySQL is not being initialized properly for multi-threaded operation or there are improperly shared variables between threads.  The MySQL initialization is fairly simple and since we link the thread-safe library, no different than than single-threaded operation except for the added check that MySQL is thread-safe (which it comes back positive).

Each sever thread has its own instance of the DbMySqlDirectory (which is derived from DbDirectory) and each DbMySqlDirectory creates its own connection to the MySQL server so each thread has its own DB connection.  The only shared variable is a first-time initialization flag which is controlled by an exclusive lock (in fact, the lock is not needed since this DbDirectory constructor i&lt;/pre&gt;</description>
    <dc:creator>John Deal</dc:creator>
    <dc:date>2012-01-15T12:11:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1690">
    <title>MySQL Directory Not Working Multi-Threaded</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1690</link>
    <description>&lt;pre&gt;Hello all,

I am still not able to get the MySQL directory to work multi-threaded.  I have been working on this off and on that last month and several days the last few weeks with no luck.  It seems to work fine single-threaded.  I have verified each thread has its own DbMySqlDirectory each with a unique connection to the database.


I have not received any responses from my post on the MySQL C API forum and the response on the #mysql IRC was "C and C++ are complicated".

I do have some simple sample code from the MySQL community documentation that does run multi-threaded.  Interesting the original code used locks to provide exclusive access to the MySQL database which sort-of removes most of the benefits of running MySQL multi-threaded.  I removed the locks and it seems to work fine.  However this sample code does not use prepared statements.  I am not sure if that makes any difference.

I thought I would relay my status on the DB Backend.  If desired, I could check-in a version of the Directory tha&lt;/pre&gt;</description>
    <dc:creator>John Deal</dc:creator>
    <dc:date>2011-12-29T02:13:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1689">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 237: Fixedvarious joiningworkplaces and subscription issues. Reducednumber ofmysql_execute() stac...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1689</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 237
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Sun 2011-12-11 14:55:19 -0500
message:
  Fixed various joining workplaces and subscription issues.  Reduced number of mysql_execute() stack trash workarounds to one.  Deleted various commented debug code.
added:
  mira-server/conf/mira.conf.mysql
modified:
  mira-server/src/directory/db/DbDirectory.cpp
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a g&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-12-11T19:57:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1688">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 236: Addeddirectory_sqlitenamespace to parallel directory_mysqlnamespace. UpgradedSQLite code from...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1688</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 236
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Mon 2011-11-14 21:19:46 -0500
message:
  Added directory_sqlite namespace to parallel directory_mysql namespace. Upgraded SQLite code from 3.7.6.2 to 3.7.9 as recommened by SQLite project.  Removed unneeded sqlite3ext.h.
removed:
  mira-server/include/directory/db/sqlite/sqlite3ext.h
modified:
  mira-server/CMakeLists.txt
  mira-server/include/directory/db/sqlite/DbSqliteDirectory.h
  mira-server/include/directory/db/sqlite/sqlite3.h
  mira-server/src/directory/db/DbDirectory.cpp
  mira-server/src/directory/db/sqlite/DbSqliteDirectory.cpp
  mira-server/src/directory/db/sqlite/sqlite3.c
  mira-server/src/main.cpp
The size of the diff (27161 lines) is larger than your specified limit of 5000 lines

--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEn&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-11-15T02:21:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1687">
    <title>Developer Meeting on 09 Oct 2011</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1687</link>
    <description>&lt;pre&gt;Dear all, 
 
A developer meeting has been scheduled for Sunday 09 October 2011 at 13:00 UTC. 
 
You are kindly invited to join this meeting, which will be held on #mira on FreeNode. The topic is: General 
 
The meeting agenda can be found at: http://miragroupware.org/wiki/doku.php/development/communication/agendas/111009_meeting 
 
An up-to-date list of who will be attending can be found on the Mira Groupware Meeting Planner: http://miragroupware.org/meetings/ 
The core developers have been asked to respond to this invitation through the Planner. If you have not received an invitation, please respond to this mailing list thread to let us know if you can attend. 
 
I look forward to speaking to you at the meeting! 
 
Best regards, 
 
Max Bossino 
Project Manager 
http://miragroupware.org 


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, sec&lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-10-08T14:04:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1686">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 235:Corrected loading ofdefault MySQL DB password. Improvedmulti-threaded DB loadtests. Improved...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1686</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 235
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Sun 2011-10-02 11:57:54 -0400
message:
  Corrected loading of default MySQL DB password.  Improved multi-threaded DB load tests.  Improved 1 configuration error message.  Removed 1 warning.  Minor stuff.
modified:
  mira-server/conf/mysqlInit.sql
  mira-server/src/ConfigParser.cpp
  mira-server/src/directory/db/DbDirectory.cpp
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
  mira-server/src/main.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a defin&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-10-02T16:00:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1685">
    <title>Bzr: No new revisions to push</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1685</link>
    <description>&lt;pre&gt;Hello All,

I just did a commit of a few changes to the dbBackEnd branch.  The commit went well but when  did a bzr push I got the following:

-----------------------------------------
jdeal&amp;lt; at &amp;gt;GatwayUbuntu:mira-server$ bzr commit -m "Corrected loading of default MySQL DB password.  Improved multi-threaded DB load tests.  Improved 1 configuration error message.  Removed 1 warning.  Minor stuff."
Committing to: bzr+ssh://bazaar.launchpad.net/~mira-dev/mira/dbBackEnd/        
modified mira-server/conf/mysqlInit.sql                                        
modified mira-server/src/ConfigParser.cpp                                      
modified mira-server/src/main.cpp
modified mira-server/src/directory/db/DbDirectory.cpp
modified mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
Committed revision 235.                                                        
jdeal&amp;lt; at &amp;gt;Gatw&lt;/pre&gt;</description>
    <dc:creator>John Deal</dc:creator>
    <dc:date>2011-10-02T16:07:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1681">
    <title>Cmake and QT 4.7.4</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1681</link>
    <description>&lt;pre&gt;Hello All,

I am trying to move my development to a different system (Ubuntu 9.10-&amp;gt;Ubuntu 10.04) and running into difficulties.

I setup QT and CMake and all the other packages.  I bzr co all the sources.  I am able to build the server fine.  However, I am getting the following errors trying to build the client:

jdeal&amp;lt; at &amp;gt;GatwayUbuntu:mira-client$ cmake ./
** Mira found Boost version 104400
CMake Error at /usr/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE
  QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR
  QT_QTCORE_LIBRARY)
Call Stack (most recent call first):
  /usr/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/share/cmake-2.8/Modules/FindQt4.cmake:1162 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Dependencies.cmake.in:21 (FIND_PACKAGE)
  CMakeLists.txt:5 (INCLUDE)


&lt;/pre&gt;</description>
    <dc:creator>John Deal</dc:creator>
    <dc:date>2011-09-25T16:16:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1680">
    <title>Summary of 18 Sep 2011 Meeting</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1680</link>
    <description>&lt;pre&gt;Hi all, 

Sunday's meeting was attended by John, Shilpa, Zied and myself. A transcript of the meeting can be found here: 
http://miragroupware.org/wiki/doku.php/development/communication/archives/110918_meeting 

This meeting had a brief agenda, which can be found here: 
http://miragroupware.org/wiki/doku.php/development/communication/agendas/110918_meeting 

We spoke first about meeting times. Following the mailing list thread on the same topic, we have decided to hold the next meeting (on Sunday 2nd October) at 13:00 UTC. This is the time that proves most convenient for all of us. At least, John, Shilpa, Zied and I all said that the time was suitable on a Sunday. If you find that this time is inconvenient for you in the long-run, please reply to the other thread regarding meeting times with your own preferences and we will do our best to accommodate everyone in the future.

John has made excellent progress with his MySQL and SQLite database interfaces for the Directory layer. He has stabliised the MySQL in&lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-09-20T23:20:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1676">
    <title>Meeting times</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1676</link>
    <description>&lt;pre&gt;Hi all,

As you will have read, I have arranged a meeting for this Sunday, 18th 
September, at 22:00 UTC. I hope that you can join it!

However, I know that a few of us find the current meeting time 
inconvenient. In order to fix this, I would like to conduct a quick, 
simple survey to see what time would be convenient for the majority of 
us. Please copy and paste the following 'table' and put a cross next to 
the meetign starting times that are fine for you on a normal Sunday:

13:00 UTC x
14:00 UTC x
15:00 UTC x
16:00 UTC x
17:00 UTC x
18:00 UTC x
19:00 UTC x
20:00 UTC x
21:00 UTC x
22:00 UTC x
23:00 UTC x

(I can attend any of those times.)

Once everyone has replied, we can put it all together and work out 
which time is best.

Thank you!

Best regards,

Max Bossino
Project Manager
http://miragroupware.org

------------------------------------------------------------------------------
BlackBerry&amp;amp;reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
&lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-09-16T15:27:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1675">
    <title>Developer Meeting on 18 Sep 2011</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1675</link>
    <description>&lt;pre&gt;Dear all, 
 
A developer meeting has been scheduled for Sunday 18 September 2011 at 22:00 UTC. 
 
You are kindly invited to join this meeting, which will be held on #mira on FreeNode. The topic is: General Update 
 
The meeting agenda can be found at: http://miragroupware.org/wiki/doku.php/development/communication/agendas/110918_meeting 
 
An up-to-date list of who will be attending can be found on the Mira Groupware Meeting Planner: http://miragroupware.org/meetings/ 
The core developers have been asked to respond to this invitation through the Planner. If you have not received an invitation, please respond to this mailing list thread to let us know if you can attend. 
 
I look forward to speaking to you at the meeting! 
 
Best regards, 
 
Max Bossino 
Project Manager 
http://miragroupware.org 


------------------------------------------------------------------------------
BlackBerry&amp;amp;reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
&lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-09-16T15:20:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1673">
    <title>Using DB Backend Instructions, Wiki Question,0.2 Branch</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1673</link>
    <description>&lt;pre&gt;Hello All,

I wrote up a quick and dirty set of instructions for using either SQLite or MySQL databases for the Mira Server user/workplace data storage.  It is hopefully enough to get you started if you wanted to use these database types.  Note this is currently only in the dbBackend branch.

I would like to update the Wiki's server Directory documentation.  How do I get edit privileges on the Wiki?

On more question.  The DB Backend code is getting fairly stable (everyone yells "about time!").  What is the plan for getting this code merged into what will be the 0.2 release?  I would like to start getting this code integrated.

I guess that is it for now.

Thanks,

John------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http:&lt;/pre&gt;</description>
    <dc:creator>John Deal</dc:creator>
    <dc:date>2011-09-11T22:25:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1672">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 234:Modified mira-serverSQLite backend to privide optionalone-time DB rebuild orre-analyze initial...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1672</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 234
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Mon 2011-09-05 20:59:09 -0400
message:
  Modified mira-server SQLite backend to privide optional one-time DB rebuild or re-analyze initialization.  Also modified compiler options to display warnings.
modified:
  mira-server/CompilerOptions.cmake.in
  mira-server/conf/Directory.sqlite
  mira-server/conf/mysqlInit.sql
  mira-server/include/directory/db/DbDirectory.h
  mira-server/include/directory/db/mysql/DbMySqlDirectory.h
  mira-server/include/directory/db/sqlite/DbSqliteDirectory.h
  mira-server/src/directory/db/DbDirectory.cpp
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
  mira-server/src/directory/db/sqlite/DbSqliteDirectory.cpp
  mira-server/src/main.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from &lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-09-06T01:01:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1671">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 233: Fixedproblem loadingworkplace utilities on both SQLite and MySQlDB directories.Removed find_...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1671</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 233
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Sun 2011-08-28 11:47:45 -0400
message:
  Fixed problem loading workplace utilities on both SQLite and MySQl DB directories.  Removed find_user() calls in find_workplace() methods replaced by DB table constraints.  Deleted much commented out code in both SQLite and MySql directories.
modified:
  mira-server/conf/sqliteInit.sql
  mira-server/include/directory/db/mysql/DbMySqlDirectory.h
  mira-server/include/directory/db/sqlite/DbSqliteDirectory.h
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
  mira-server/src/directory/db/sqlite/DbSqliteDirectory.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
------------------------&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-08-28T15:49:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1669">
    <title>Developer Meeting on 21 Aug 2011</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1669</link>
    <description>&lt;pre&gt;Dear all, 
 
A developer meeting has been scheduled for Sunday 21 August 2011 at 17:00 UTC. 
 
You are kindly invited to join this meeting, which will be held on #mira on FreeNode. The topic is: 0.2 Progress Update 
 
The meeting agenda can be found at: http://miragroupware.org/wiki/doku.php/development/communication/agendas/110821_meeting 
 
An up-to-date list of who will be attending can be found on the Mira Groupware Meeting Planner: http://miragroupware.org/meetings/ 
The core developers have been asked to respond to this invitation through the Planner. If you have not received an invitation, please respond to this mailing list thread to let us know if you can attend. 
 
I look forward to speaking to you at the meeting! 
 
Best regards, 
 
Max Bossino 
Project Manager 
http://miragroupware.org 


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Su&lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-08-15T21:54:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1668">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 232: Moved2 common DB methodsfrom DbSqliteDirectory andDbMySqlDirectory to DbDirectory.Also made ...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1668</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 232
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Sat 2011-08-13 15:20:20 -0400
message:
  Moved 2 common DB methods from DbSqliteDirectory and DbMySqlDirectory to DbDirectory.  Also made DbMySqlDirectory methods get_workplace_subscription_list() and get_user_subscription_workplace_list() use mysql_real_query() instead of prepared statements because of unknown stack issue with prepared statements (see http://forums.mysql.com/read.php?168,428369,428369#msg-428369).
modified:
  mira-server/include/directory/db/DbDirectory.h
  mira-server/include/directory/db/mysql/DbMySqlDirectory.h
  mira-server/include/directory/db/sqlite/DbSqliteDirectory.h
  mira-server/src/directory/db/DbDirectory.cpp
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
  mira-server/src/directory/db/sqlite/DbSqliteDirectory.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBac&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-08-13T19:22:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1667">
    <title>Developer Meeting on 14 Aug 2011</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1667</link>
    <description>&lt;pre&gt;Dear all, 
 
A developer meeting has been scheduled for Sunday 14 August 2011 at 17:00 UTC. 
 
You are kindly invited to join this meeting, which will be held on #mira on FreeNode. The topic is: Catch-up! 
 
The meeting agenda can be found at: http://miragroupware.org/wiki/doku.php/development/communication/agendas/110814_meeting 
 
An up-to-date list of who will be attending can be found on the Mira Groupware Meeting Planner: http://miragroupware.org/meetings/ 
The core developers have been asked to respond to this invitation through the Planner. If you have not received an invitation, please respond to this mailing list thread to let us know if you can attend. 
 
I look forward to speaking to you at the meeting! 
 
Best regards, 
 
Max Bossino 
Project Manager 
http://miragroupware.org 


------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, e&lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-08-12T21:36:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1666">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 231: Fixedlogin with multipleworkplaces using MySql. Combined updatesof workplaces andsubscriptio...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1666</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 231
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Thu 2011-08-11 21:38:32 -0400
message:
  Fixed login with multiple workplaces using MySql.  Combined updates of workplaces and subscriptions as single transaction on both SQLite and MySql.  Removed some debugging statements
modified:
  mira-server/conf/mysqlInit.sql
  mira-server/conf/sqliteInit.sql
  mira-server/include/directory/db/mysql/DbMySqlDirectory.h
  mira-server/include/network/messages/MsgListWorkplaces.h
  mira-server/include/network/messages/MsgNewGroup.h
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
  mira-server/src/directory/db/sqlite/DbSqliteDirectory.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
-&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-08-12T01:40:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1664">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 230: FixedSQLite Directory soit does not change fields CreatedOn andCreatedBy upon aworkplace update.</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1664</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 230
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Tue 2011-07-05 02:39:13 -0400
message:
  Fixed SQLite Directory so it does not change fields CreatedOn and CreatedBy upon a workplace update.
modified:
  mira-server/src/directory/db/sqlite/DbSqliteDirectory.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-07-05T06:47:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1663">
    <title>[Branch ~mira-dev/mira/dbBackEnd] Rev 229: Addedbasic MySQLfunctionality. Able to add users and workplacesplus loginusing MySQL directo...</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1663</link>
    <description>&lt;pre&gt;------------------------------------------------------------
revno: 229
committer: John Deal &amp;lt;bassdeal-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
branch nick: dbBackEnd
timestamp: Thu 2011-06-30 11:37:01 -0400
message:
  Added basic MySQL functionality.  Able to add users and workplaces plus login using MySQL directory.  Much work still to be done.
added:
  mira-server/conf/mysqlInit.sql
  mira-server/include/directory/db/mysql/
  mira-server/include/directory/db/mysql/DbMySqlDirectory.h
  mira-server/src/directory/db/mysql/
  mira-server/src/directory/db/mysql/DbMySqlDirectory.cpp
modified:
  mira-server/CMakeLists.txt
  mira-server/include/directory/db/DbDirectory.h
  mira-server/src/directory/db/DbDirectory.cpp
  mira-server/src/main.cpp


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
---------------------&lt;/pre&gt;</description>
    <dc:creator>noreply-+ipbUBPD95tH4x6Dk/4f9A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-06-30T15:48:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.groupware.mira.devel/1660">
    <title>Summary of 26/06/2011 Meeting</title>
    <link>http://comments.gmane.org/gmane.comp.groupware.mira.devel/1660</link>
    <description>&lt;pre&gt;Hi all,

Sunday's meeting was attended by John and myself. It is a shame that no-one else joined us, because we were looking forward to catching up. You can find a transcript of the meeting here:
http://miragroupware.org/wiki/doku.php/development/communication/archives/110626_meeting

This meeting had an agenda, which can be found here:
http://miragroupware.org/wiki/doku.php/development/communication/agendas/110626_meeting

I shall address the topics in the order in which they were discussed.

John has made a lot of progress on the MySQL database backend. It compiles and runs, and so far supports creating new users, logging in, and creating a Workplace, but the automatic membership of a Workplace's creator is not yet functional. John will supply a script to create the initial tables and user information; this assumes that the server administrator has already set up MySQL on the server on which Mira Server will be installed. The MySQL backend should work with the MySQL 5.x series, but it might also work with &lt;/pre&gt;</description>
    <dc:creator>Max Bossino</dc:creator>
    <dc:date>2011-06-30T11:05:29</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.groupware.mira.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.groupware.mira.devel</link>
  </textinput>
</rdf:RDF>

