Date: Wednesday, March 15, 2006 @ 09:39:40
  Author: csaba
    Path: /cvsroot/carob/libmysequoia/src

Modified: MySQLAPI.cpp (1.51 -> 1.52)

Added mysql_hex_string()


--------------+
 MySQLAPI.cpp |   13 +++++++++++++
 1 files changed, 13 insertions(+)


Index: libmysequoia/src/MySQLAPI.cpp
diff -u libmysequoia/src/MySQLAPI.cpp:1.51 libmysequoia/src/MySQLAPI.cpp:1.52
--- libmysequoia/src/MySQLAPI.cpp:1.51  Tue Mar 14 09:30:42 2006
+++ libmysequoia/src/MySQLAPI.cpp       Wed Mar 15 09:39:40 2006
@@ -1839,3 +1839,16 @@
   LOG4CXX_DEBUG(logger, "Leaving mysql_dump_debug_info");
   return 0;
 }
+
+/* Create a legal SQL string that can be used in an SQL statement */
+unsigned long
+mysql_hex_string(char *to, const char *from, unsigned long length)
+{
+  LOG4CXX_DEBUG(logger, "Entering mysql_hex_string: to=" << to << " from=" << 
from << " length=" << length);
+  
+  //TODO: implementation
+  unsigned long result = 0;
+  
+  LOG4CXX_DEBUG(logger, "Leaving mysql_hex_string result=" << result);
+  return result;
+}

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to