mysqlplus/TODO_LIST

6 lines
282 B
Plaintext
Raw Normal View History

2009-01-12 18:16:10 +00:00
TODO list:
2009-04-18 23:10:14 +00:00
Is there a quick, cheap, easy way to test for writability so we don't have to use select itself? Does select take any time that it's worth looking into this?
2009-01-12 18:16:10 +00:00
2009-04-18 23:10:14 +00:00
Some of the tests currently might "think" they are using the ruby select but in reality be using the C select.