Comments on: How I built the NOW_USEC() UDF for MySQL http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: SpringBean http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-19514 SpringBean Thu, 28 Jul 2011 09:08:30 +0000 http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-19514 im not a window program but tried to covert the code from linux to windows but i hit the wall that “gettimeofday” function is not supported on windows and need to find an alternative function and almost rewrite the whole code. and kind of giving it up…
does any one have converted this code to windows compatible?
kind regards
SpringBean

]]>
By: Justin Swanhart http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-18014 Justin Swanhart Fri, 12 Mar 2010 03:51:07 +0000 http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-18014 @cscetbon
I had the same problem on OSX: http://swanhart.livejournal.com/116981.html

]]>
By: cscetbon http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-18011 cscetbon Thu, 11 Mar 2010 23:08:47 +0000 http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-18011 @Marian Neubert,@Xaprb,

I tried but met undefined symbol: __gxx_personality_v0
with both gcc and g++

any idea ?

]]>
By: rogerwebmaster http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-17791 rogerwebmaster Wed, 10 Feb 2010 09:13:33 +0000 http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-17791 HELP!

I followed the instruction from top to bottom and I was able to make the function work. However, when I restarted the Ubuntu server, the UDF cannot be called anymore. I cant even create or delete UDFs afterwards. When deleting UDFs it says : function does not exist

When creating, it says: Cant find symbol ‘[symbolname]‘ from library.

Did I miss anything? I need immediate help. I am stuck with this for days now.

Thanks

]]>
By: rogerwebmaster http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-17702 rogerwebmaster Fri, 29 Jan 2010 03:58:57 +0000 http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/#comment-17702 This has been very helpful. Thanks very much.

]]>