-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
78 lines (66 loc) · 2.74 KB
/
ChangeLog
File metadata and controls
78 lines (66 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
1.1 Wednesday, Feb 9, 2011 12:00:00 EST 2011
* Added new string functions since the libmemcached string functions were
made local, updated memc_stats() to use these new functions
* Added memc_get_cas and memc_get_cas_by_key
* Fixed several calls to libmemcached functions that had changed in latest code
1.0 Thursday, July 30, 2009 12:00:00 EST 2009
* Fixed issue of setting NULLs with user-defined variables (Thanks to
Jean-Jacques Moortgat @ aol dot com !)
* Fixed issue of obtaining a NULL value FROM memcached
* All set functions now return 0 (failure) or 1 (success)
* Other cleanups
* More tests
0.9 Saturday April 11 12:00:00 EST 2009
* Fixed issue per http://blogs.sun.com/trond/entry/debugging_memcached_udf_for_mysql#comments
* Added memc_servers_version()
0.8 Fri January 16 12:00:00 EST 2009
* Implemented memc_servers_behavior_get()
* Fixed memc_servers_behavior_set() to take non-boolean arguments
* Much much much work on behavioral functions
* implemented memc_libmemcached_version()
* implemented memc_list_hash_types() and memc_list_distribution_types()
* Added more tests for new functions
0.7 Fri Oct 24 12:00:00 EDT 2008
* Removed LIBMEMCACHED_CONFIG_TEST, causing problems with some linux dists
* Bumped version
* Other cleanups
0.6 Fri Oct 12:00:00 EDT 2008
* Fixes from Trond Norbye for build issues
* Rewrote error handling
* Fixed memc_server_count
* Started work on prefix functions
0.5 Thu May 8 12:00:00 EDT 2008
* Added expiration argument functionality to all functions
which utilize it in libmemcached (set, add, replace)
* Updated behaviors to correspond with latest libmemcached
* Added args processing function to reduce redundancy
* Added tests for expiration testing
0.4 Mon April 8 12:00:00 EDT 2008
* memc_add, memc_add_by_key, memc_set_by_key,
memc_get_by_key, memc_cas, memc_cas_by_key,
memc_replace_by_key, memc_append_by_key,
memc_prepend_by_key added
* Added more behaviors memc_behavior_list
* Added usefull perl scripts benchmarks/benchmark.pl,
utils/install.pl
* Added more documentation
* Added install SQL sql/install_functions.sql
* Added trigger examples in sql/trigger_fun.sql
0.3 Mon Mar 3 16:09:22 EST 2008
* memc_stats() added
* memc_stat_get_keys() added
* buffering added
0.2 Tue Dec 18 14:14:27 PST 2007
* New UDF memc_servers_behavior_set()
* New UDF memc_list_behaviors()
* Better error handling
* New function memc_get_servers, using memcached_clone
* Cleaned up OS X compile warnings
* More documentation
0.1 ?
* Added support for memc_set()
* Added support for memc_get()
* Added support for memc_delete()
* Added support for memc_increment()
* Added support for memc_append()
* Added support for memc_prepend()