index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_mysql.cpp
Age
Commit message (
Expand
)
Author
2006-07-23
Tidyup and bugfix, not copying the correct column names
brain
2006-07-23
Change to use GetId() and ID rather than GetData() and data
om
2006-07-23
Fixed to dynamically allocate the fieldlist
brain
2006-07-23
Move mysql_rpath into extra
brain
2006-07-23
More stuff to return empty lists and maps when there are no more rows in the ...
brain
2006-07-23
Adjust m_mysql to match the assumed behaviour of m_pgsql exactly, e.g. when t...
brain
2006-07-22
Alter for Rows() == X, Cols() == 0 for 'X rows affected' queries
brain
2006-07-22
I hate the fucking mysql devs. Craq smoking bastards.
brain
2006-07-22
Allocate id properly
brain
2006-07-22
Stop publishing MySQL feature - check for successful publishing of SQL feature
brain
2006-07-22
* Change to use QREPLY_FAIL
brain
2006-07-22
Add extra parameter to MySQLresult and SQLresult
brain
2006-07-22
Add back the auto reconnect
brain
2006-07-22
Test commit to sync after network outage
brain
2006-07-22
Huge ass comment about how this works
brain
2006-07-22
Works with the m_testclient test program/suite!
brain
2006-07-22
Error checking and debug
brain
2006-07-22
Works now (again, to a point)
brain
2006-07-22
Try and find out why stuff isnt working
brain
2006-07-22
Getting a bit further
brain
2006-07-21
Added notification socket
brain
2006-07-21
One mess and a half that compiles. To be tidied some day after it works (i dr...
brain
2006-07-21
Deal with ? substitution, we're at the point now where we can call the mysql_...
brain
2006-07-21
Seems to work to a point (dont use it, it wont actually execute a query yet)
brain
2006-07-21
This now compiles, i gaurantee it doesnt work :P
brain
2006-07-21
Change includes, use --libs_r rather than mysql_config --libs, we want re-ent...
brain
2006-07-21
Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr...
brain