WorkLog Frontpage Log in / Register
High-Level Description | Task Dependencies | High-Level Specification | Low-Level Design | File Attachments | User Comments | Time Estimates | Funding and Votes | Progress Reports

 Change strlen() to LEX_STRING or String
Title
Task ID27
Queue
Version
Status
Priority
Copies to
Created byMonty27 May 2009Done
Supervisor   
Lead Architect    
Architecture Review  
Implementor  
Code Review  
QA  
Documentation  
 High-Level Description
Remove all strlen() from MariaDB.

The objects we are using strlen() on should be changed to either LEX_STRING or
String.

Reasons for doing this cleanup:

- Faster, smaller  code
- Safer for strings/character sets that contains \0
- Allows us to change c_ptr() to ptr() in some cases

This is same task as the WL#2894 at MySQL.
 Task Dependencies
Others waiting for Task 27Task 27 is waiting forGraph
 
 High-Level Specification
 Low-Level Design
 File Attachments
 NameTypeSizeByDate
 User Comments
 Time Estimates
NameHours WorkedLast Updated
Total0 
 Hrs WorkedProgressCurrentOriginal
This Task0100100
Total0100100
 
 Funding and Votes
Votes: 0: 0%
 Make vote: Useless    Nice to have    Important    Very important    

Funding: 0 offers, total 0 Euro
 Progress Reports
(Monty - Wed, 27 May 2009, 15:46
    
High Level Description modified.
--- /tmp/wklog.27.old.10318	2009-05-27 15:46:46.000000000 +0300
+++ /tmp/wklog.27.new.10318	2009-05-27 15:46:46.000000000 +0300
@@ -8,3 +8,5 @@
 - Faster, smaller  code
 - Safer for strings/character sets that contains \0
 - Allows us to change c_ptr() to ptr() in some cases
+
+This is same task as the WL#2894 at MySQL.


Report Generator:
 
Saved Reports:

WorkLog v4.0.0
  © 2010  Sergei Golubchik and Monty Program AB
  © 2004  Andrew Sweger <yDNA@perlocity.org> and Addnorya
  © 2003  Matt Wagner <matt@mysql.com> and MySQL AB