Downloadliste

Projektbeschreibung

MySAC (MySQL Simple Asynchronous Driver) is a
library that provides mechanisms for making
asynchronous request to MySQL databases. It uses
uses the official MySQL client library for
authentication and network functions. Memory
allocation must be done in user code, so any
memory manager can be used.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-07 09:32
1.1.1

Ein großer Rückschritt in der letzten Version wurde behoben: Authentifizierung mit vielen MySQL-Server wurde nicht mit 1,1 möglich.
A major regression in the last version was fixed: authentication with many MySQL servers was not possible with 1.1.

2011-04-25 10:32
1.1

Eine Erinnerung Audit-Funktion wurde hinzugefügt. Viele Bugs wurden behoben.
A memory audit function has been added. Many bugs have been fixed.

2011-04-12 06:40
1.0

Die Bibliothek kann Speicherzuordnung für Antworten zu verwenden. Viele Bugs wurden behoben. Ein großer Fehler ist, dass die Bibliothek nicht leer Thread Antworten.
The library can use memory allocation for responses. Many bugs have been fixed. A major bug is that the library doesn't thread empty responses.

2010-04-01 00:48
0.5b

Ein gemeinsames Objekt (. So) hinzugefügt wird standardmäßig erstellt. Die statische Bibliothek wurde von limysac.a zu libmysac-static.a umbenannt. Compilation auf der x64-Plattform wurde behoben.
A shared object (.so) library is compiled by default. The static library was renamed from limysac.a to libmysac-static.a. Compilation on the x64 platform was fixed.

2009-11-30 23:51
0.4b

Statement Umsetzung wurde hinzugefügt. Eine neue IO-Funktion wurde hinzugefügt. Diese Funktion steht immer an Stelle der inhaltlichen Funktionen aufgerufen werden: mysac_send_database, mysac_send_database, mysac_send_query und mysac_connect. Ein Bug in der die Spalten wurden anstelle von Zeilen gezählt wurde behoben. Eine falsche Datei-Deskriptor in einem Beispiel wurde behoben. Eine Funktion, die nicht den Status zurückgeben kann festgesetzt worden war. Ein Compiler-Fehler wurde behoben. Das Beispiel Verzeichnis wurde von einem Makefile Fehler gereinigt.
Statement implementation was added. A new io function was added. This function can be always called in place of context functions: mysac_send_database, mysac_send_database, mysac_send_query, and mysac_connect. A bug in which columns were counted in place of rows was fixed. A wrong file descriptor in an example was fixed. A function that cannot return status was fixed. A compilation error was fixed. The exemple directory was cleaned from a makefile error.

Project Resources